public interface TreeNode<T,E> extends Serializable
List<? extends TreeNode<T,E>>
children()
void
children(List<E> children)
T
id()
parentId()
boolean
root()
T id()
T parentId()
boolean root()
void children(List<E> children)
children
List<? extends TreeNode<T,E>> children()
Copyright © 2022. All Rights Reserved.