Package io.github.astrapi69.gen.tree
package io.github.astrapi69.gen.tree
Provides classes for abstract trees and nodes
-
ClassesClassDescriptionBaseTreeNode<V,
K> The generic classBaseTreeNode
have a generic id and value objectSimpleTreeNode<V,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.