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