Device solutions
End to end solutions
Product accelerators
Get Started
APIs
IoT Devices
Version 1.9 - Updated on 02/14/2017
public interface ItemList<T extends Item>
Stores details about a list of Item objects.
public int getCount()
Returns the number of items in the list.
public T getItem(int position)
Gets an item.
position
public T next()
Gets the next item.
public T prev()
Gets the previous item.
public void close()
Closes the list.
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.