Package java.util
Interface List

Public Method indexOf

abstract int indexOf(Object o)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

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