public class ForestNodeManager<T extends INode<T>> extends Object
ForestNodeManager(List<T> items)
void
addParentId(String parentId)
List<T>
getRoot()
INode
getTreeNodeAt(String id)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ForestNodeManager(List<T> items)
public void addParentId(String parentId)
parentId
public List<T> getRoot()
public INode getTreeNodeAt(String id)
id
Copyright © 2025. All rights reserved.