getIndexOf abstract method

int getIndexOf(
  1. T value
)

Returns the index of value.

Implementation

int getIndexOf(T value);