NODE
- is the generic type for self-references. Each sub-type of this interface should specialize this type to
itself. End-users should use implementations where the generic is finally bound. For generic usage simply use
an unbound wildcard (TreeNode
<?>).public interface TreeNode<NODE extends TreeNode<NODE>> extends GenericTreeNode<NODE,NODE>
node
in the tree that has no parent
.getChildren, getParent, isAncestor, isDescendant
Copyright © 2001–2016 mmm-Team. All rights reserved.