| Constructor and Description |
|---|
Dict()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
dump()
Dumps a dictionary with all sub-nodes to the console.
|
Object |
get(String key) |
Object |
getAtPath(String path)
Get a node at a given path.
|
Iterator<Map.Entry<String,Object>> |
iterator()
iterator
|
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Object get(String key)
key - of the child node.public int size()
public void dump()
Copyright © 2020. All rights reserved.