Module gen.tree
Package io.github.astrapi69.tree.api
Provides interfaces for abstract trees and nodes
-
Interface Summary Interface Description IBaseTreeNode<V,K,T extends IBaseTreeNode<V,K,T>> The InterfaceIBaseTreeNode
extendsITreeNode
and provides an additional id field that can be used as keyITreeNode<V,T extends ITreeNode<V,T>> The InterfaceITreeNode
holds the children in aCollection
object