Definition at line 37 of file PathTreeDictionary.java.
Package Functions | |
PathTreeDictionary () | |
void | put (String path, Object value) |
Object[] | get (String path) |
This function looks up in the directory to find the perfect match and remove matching part from path, so if you need to keep original path, save it somewhere. | |
Enumeration | keys () |
void | addSiblingNames (Node node, Vector result, String path) |
Enumeration | elements () |
void | addSiblingObjects (Node node, Vector result) |
Package Attributes | |
Node | root_node |
Classes | |
class | Node |