| Constructor | Description |
|---|---|
Dict() |
Constructor
|
| Modifier and Type | Method | 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() |
forEach, spliteratorpublic Object get(String key)
key - of the child node.public int size()
public void dump()
Copyright © 2018. All rights reserved.