public interface ITreeNode<E>
| Modifier and Type | Method and Description |
|---|---|
void |
putChildNodes(List<E> childNodes)
put current node's child nodes
|
String |
treeNodeId()
current node id
|
String |
treeRootNodeId()
current node root id
|
Copyright © 2021. All rights reserved.