public interface TreeNode
| Modifier and Type | Method and Description |
|---|---|
void |
addChildNodes(TreeNode[] args)
Add child nodes.
|
boolean |
allLeafChildren() |
java.util.List<TreeNode> |
getChildNodes() |
boolean |
isLeaf() |
int |
size() |
void addChildNodes(TreeNode[] args)
args - The child nodes to add.boolean allLeafChildren()
java.util.List<TreeNode> getChildNodes()
boolean isLeaf()
int size()