public class TreeNode extends Dict
TreeNode()
TreeNode(String label, String value, List<TreeNode> children)
List<TreeNode>
getChildren()
void
setChildren(List<TreeNode> children)
getLabel, getValue, setLabel, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TreeNode()
public TreeNode(String label, String value, List<TreeNode> children)
public List<TreeNode> getChildren()
public void setChildren(List<TreeNode> children)
Copyright © 2024. All rights reserved.