|
jjdh API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of the childs of this tree nodepublic interface TreeNode<T extends TreeNode<T>>
Represents a node of a tree.
Method Summary | |
---|---|
List<T> |
getChilds()
Returns all child nodes of this node. |
boolean |
isLeaf()
Indicates if this node is a leaf. |
Method Detail |
---|
List<T> getChilds()
boolean isLeaf()
|
jjdh API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |