T - the generic typepublic class TreeNode<T> extends Object implements ITreeNode<T>
| Constructor and Description |
|---|
TreeNode(T value)
Instantiates a new tree node.
|
| Modifier and Type | Method and Description |
|---|---|
List<ITreeNode<T>> |
getChildren()
Gets the children.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChild, addChildAt, getAllSiblings, getChildCount, getDepth, getDisplayValue, getLevel, getNextSibling, getParent, getPreviousSibling, getRoot, getValue, hasChildren, hasParent, isLeaf, isNode, isRoot, removeChild, removeChildAt, setChildren, setDisplayValue, setParent, setValue, toList, traverseCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.