method
lastIndexOf

int lastIndexOf(
Object element,
[int startIndex]
)

Returns the last index in the list a of the given element, starting the search at index startIndex to 0. Returns -1 if element is not found.