public class Tree<E> extends Object
Tree
static class
Tree.Node<E>
Tree()
Tree(char separator)
void
clear()
E
get(String path)
getNode(String path)
getRootNode()
String
getRootPath()
Map<String,E>
map()
put(String path, E elem)
remove(String path)
removeChildren(String path)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tree()
public Tree(char separator)
public void clear()
public E put(String path, E elem)
public E get(String path)
public Tree.Node<E> getNode(String path)
public E remove(String path)
public void removeChildren(String path)
public Map<String,E> map()
public String getRootPath()
public Tree.Node<E> getRootNode()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"