Searches the list for the specified item.
public int findIndex( Object item )
public int findIndex( Object item, int minIndex )
item
The item to search for.
minIndex
The index to start searching from.
Returns the index of the item, or returns -1 if the item is not found.