Modifier and Type | Method and Description |
---|---|
IThingChildEntry |
get(int index)
Shortcut for getting item.
|
IThingID |
getContainerID()
Returns container thingID parent of this list
|
List<IThingChildEntry> |
getList()
Get the list of IThingChildEntry.
|
IThingIDList |
getThingIDList()
Extracts IThingIDList from this list
|
int |
size()
Return the number of items in the list.
|
IThingChildList |
subList(int start,
int end)
Returns sublist of this list starting from start to end index.
|
IThingID getContainerID()
IThingIDList getThingIDList()
List<IThingChildEntry> getList()
int size()
IThingChildList subList(int start, int end)
start
- end
- IThingChildEntry get(int index)
index
- Index of item to retrieve from list.