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