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, isDescendantCopyright © 2001–2015 mmm-Team. All rights reserved.