public class Tree<K,T> extends Object
Tree()
void
addNode(K id, String label, T node, K parentId)
Map<K,Set<K>>
getChildParent()
TreeNode<K,T>
getNode(K id)
Map<K,TreeNode<K,T>>
getTree()
boolean
hasNode(K id)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tree()
public Map<K,TreeNode<K,T>> getTree()
public Map<K,Set<K>> getChildParent()
public void addNode(K id, String label, T node, K parentId)
public TreeNode<K,T> getNode(K id)
public boolean hasNode(K id)
Copyright © 2018. All rights reserved.