Acme.Serve
Constructor and Description |
---|
Serve.PathTreeDictionary() |
Modifier and Type | Method and Description |
---|---|
void |
addSiblingNames(Acme.Serve.Serve.PathTreeDictionary.Node node,
Vector<String> result,
String path) |
void |
addSiblingObjects(Acme.Serve.Serve.PathTreeDictionary.Node node,
Vector<Object> result) |
Enumeration<Object> |
elements() |
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<String> |
keys() |
void |
put(String path,
Object value) |
Object[] |
remove(Object value) |
Object[] |
remove(Acme.Serve.Serve.PathTreeDictionary.Node node,
Object value) |
Object[] |
remove(String path) |
public Object[] get(String path)
public Enumeration<String> keys()
public void addSiblingNames(Acme.Serve.Serve.PathTreeDictionary.Node node, Vector<String> result, String path)
public Enumeration<Object> elements()
Copyright © 2014. All Rights Reserved.