public interface ItemList<T extends com.thingspace.cloud.sdk.list.item.Item>
Item
objects.Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the list
|
int |
getCount()
Returns the number of items in the list
|
T |
getItem(int position)
Gets an item
|
T |
next()
Gets the next item
|
T |
prev()
Gets the previous item
|
int getCount()
T getItem(int position)
position
- The positionT next()
T prev()
void close()