Class Summary |
AnyChildPathNode<Value> |
An implementation of PathNode which navigates all the children of the given node
ignoring the name of the current path (so for navigating using * in a wildcard). |
Part |
Holds the delimiters used to parse paths. |
Path |
|
PathMap<Value> |
A Map-like data structure allowing values to be indexed by
AsciiBuffer and retrieved by path - supporting both *
and > style of wildcard as well as composite paths. |
PathMapNode<Value> |
An implementation class used to implement PathMap |
PathParser |
Holds the delimiters used to parse paths. |