public class JNode extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(JNode c) |
List<JNode> |
getChildren() |
String |
getEntry() |
String |
getKey() |
String |
getPath() |
void |
setChildren(List<JNode> children) |
void |
setEntry(String entry) |
void |
setKey(String key) |
void |
setPath(String path) |
public JNode(String key)
Copyright © 2018. All rights reserved.