Class TreeNode<ID>
java.lang.Object
com.power4j.fist.data.tree.domain.TreeNode<ID>
- Type Parameters:
ID- ID 类型
- All Implemented Interfaces:
Node<ID,,TreeNode<ID>> Serializable
- Since:
- 2022.0.3
- Author:
- CJ (power4j@outlook.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendChild(TreeNode<ID> child) 添加子节点static <ID> TreeNode<ID>of(ID id, ID parentId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.power4j.fist.data.tree.domain.Node
appendChildren, childAt, findFirstChild, getChildren, getId, getParentId, hasChildren, hasParent