T - the node id typeA - the attachment biz object typeE - the TreeTrait typepublic interface TreeTrait<T extends Serializable & Comparable<T>,A,E extends TreeTrait<T,A,E>>
| 限定符和类型 | 方法和说明 |
|---|---|
List<E> |
getChildren()
Gets children node list
|
void |
setChildren(List<E> children)
Sets node list as children
|
Copyright © 2023. All rights reserved.