Package io.github.astrapi69.tree
-
Class Summary Class Description ChainableTreeNode<T> The classChainableTreeNode
can have only one child and one parentLazyTreeElement<T> The classLazyTreeElement
represents a lazy tree element that does not know about the parent or childrenLinkedNode<T> The classLinkedNode
can have only one next element and one previous elementTreeElement The classTreeElement
represents as the name already presume a tree elementTreeNode<T> The generic class TreeNode.