public class BasicTreeNode extends java.lang.Object implements TreeNode, java.io.Serializable
| Constructor and Description |
|---|
BasicTreeNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildNodes(TreeNode[] args)
Add child nodes.
|
boolean |
allLeafChildren() |
java.util.List<TreeNode> |
getChildNodes() |
boolean |
isLeaf() |
int |
size() |
public java.util.List<TreeNode> getChildNodes()
getChildNodes in interface TreeNodepublic void addChildNodes(TreeNode[] args)
TreeNodeaddChildNodes in interface TreeNodeargs - The child nodes to add.public boolean allLeafChildren()
allLeafChildren in interface TreeNodepublic boolean isLeaf()