|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of an element maintained by this tree nodepublic interface RootedTreeNode<T>
An interface for the node of a rooted tree.
| Method Summary | |
|---|---|
boolean |
isRoot()
Returns true if this node is the root node. |
| Methods inherited from interface net.junaraki.libtree.TreeNode |
|---|
addChild, getAncestors, getChildren, getDepth, getDescendant, getDescendants, getHeight, getParent, getProperAncestors, getSiblings, hasAncestor, hasChild, hasChild, hasDescendant, hasParent, hasParent, hasProperAncestor, hasSibling, hasSibling, isLeaf, setChildren, setParent, size |
| Methods inherited from interface net.junaraki.libtree.Node |
|---|
getDegree, getElement, hasElement, hasElement, setElement |
| Method Detail |
|---|
boolean isRoot()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||