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