Searches for an item starting from the end of the list.
public int findLastIndex( Object item )
public int findLastIndex( Object item, int maxIndex )
item
The item to search for.
maxIndex
The index to start searching from.
Returns the index of the item, or returns -1 if the item is not found.