public class StringPathMap<T> extends Object
| Constructor and Description |
|---|
StringPathMap() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getKnownChildrenPath(String path)
given a path, will return paths corresponding to children present in the map.
|
T |
getMappedElement(String path) |
String |
getPath(T needle) |
void |
put(String path,
T ref) |
static List<String> |
tokenizePath(String path)
Given a path begining with a '/', will return all the names composing the path.
|
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.