Module gen.tree
Package io.github.astrapi69.tree
Provides classes for abstract trees and nodes
-
Class Summary Class Description BaseTreeNode<T,K> The generic classBaseTreeNodehave a generic id and value objectSimpleTreeNode<T,K> The generic classSimpleTreeNodeholds only the parent, the left most child and the right siblingTreeIdNode<T,K> The generic classTreeIdNodekeeps no references to the parent or the children, only the id's are kept.TreeNode<T> The generic class TreeNode.