Package java.util
Interface List

Public Method lastIndexOf

abstract int lastIndexOf(Object o)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns the index in this list of the last occurrence of the specified element, of -1 if this list does not contain this element.