java.lang.Object
io.github.astrapi69.gen.tree.TreeNode<T>
- Type Parameters:
T
- the generic type of the value
- All Implemented Interfaces:
io.github.astrapi69.design.pattern.visitor.Acceptable<io.github.astrapi69.design.pattern.visitor.Visitor<TreeNode<T>>>
,ITreeNode<T,
,TreeNode<T>> io.github.astrapi69.tree.api.ITree<T,
,TreeNode<T>> Serializable
The generic class TreeNode.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.astrapi69.tree.api.ITree
getDisplayValue, getParent, getValue, isLeaf, setChildren, setDisplayValue, setLeaf, setParent, setValue
Methods inherited from interface io.github.astrapi69.gen.tree.api.ITreeNode
accept, addChild, addChild, addChildren, clearAll, clearChildren, contains, containsAll, findAllByValue, findByValue, getAllSiblings, getChildAt, getChildCount, getChildIndex, getLevel, getNextSibling, getPreviousSibling, getRoot, hasChildren, hasNextSibling, hasParent, hasPreviousSibling, isAncestor, isChild, isDescendant, isNode, isRoot, move, removeChild, removeChildren, removeChildren, toList, traverse