indexOf

open override fun indexOf(element: E): Int

Provides the index of the given element in the collection.

Return

The index of the given element or -1 if the element is not in the collection.

Parameters

element

The element to find the index of.