T - the generic type of the valuepublic class ChainableTreeNode<T> extends Object implements IChainableTreeNode<T>
ChainableTreeNode can have only one child and one parent| Constructor and Description |
|---|
ChainableTreeNode(T value)
Instantiates a new
ChainableTreeNode object. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllParent, getChild, getChildCount, getChildren, getLevel, getParent, getRoot, getValue, hasChild, hasParent, isRoot, setChild, setParent, setValue, toListpublic ChainableTreeNode(T value)
ChainableTreeNode object.value - the valueCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.