public static class Tree.Node<E> extends Object
Map<String,Tree.Node<E>>
getChildren()
E
getElem()
String
getName()
Tree.Node<E>
getParent()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String getName()
public E getElem()
public Tree.Node<E> getParent()
public Map<String,Tree.Node<E>> getChildren()
public String toString()
toString
Object