List.getItem

List.getItem

Class Overview | Class Members | This Package | All Packages

Syntax
public String getItem( int index )
Parameters
index
the position of the item.
Returns
an item that is associated with the specified index.
Description
Gets the item associated with the specified index.

See Also
getItemCount