E
- Entity typepublic interface TreeNode<E>
Modifier and Type | Method and Description |
---|---|
List<E> |
getChildren() |
TreeNode<E> |
getParent() |
default boolean |
hasChildren() |
boolean |
isLeaf() |
default boolean |
isRoot() |
Copyright © 2018 Xalys. All rights reserved.