AbstractList.indexOf

{@inheritDoc}

<p>This implementation first gets a list iterator (with {@code listIterator()}). Then, it iterates over the list until the specified element is found or the end of the list is reached.

@throws ClassCastException {@inheritDoc} @throws NullPointerException {@inheritDoc}

class AbstractList(E)
int
indexOf
(
E o
)

Meta