Package io.github.astrapi69.data.treeable
package io.github.astrapi69.data.treeable
-
InterfacesClassDescriptionIdentifiableTreeableVersionable<PK extends Serializable,
T, TR extends IdentifiableTreeableVersionable<PK, T, TR>> The interfaceIdentifiableTreeableVersionable
is a combination of the interfaces * *Identifiable
,Treeable
andVersionable
The interfaceTreeable
can keep information for a tree structure.TreeWithChildren<T,TR extends TreeWithChildren<T, TR>> The interfaceTreeWithChildren
can keep information for a tree structure with its children.