public class ListNode extends CompositeNode
| Constructor and Description |
|---|
ListNode() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int index) |
ArrayList |
getList() |
Node |
getNode(int index)
cast the result of get(int) to Node
|
Object |
getObjectValue() |
int |
nodeCount() |
getBoolean, getDouble, getFilePath, getInt, getInt, getList, getLong, getMap, getNode, getString, getURLPathprotected ArrayList list
public Object getObjectValue()
getObjectValue in class Nodepublic ArrayList getList()
public Object get(int index)
public int nodeCount()
public Node getNode(int index)
ClassCastException - when this is not possibleCopyright © 2008–2018. All rights reserved.