findIndexOfValue

open fun findIndexOfValue(value: String): Int(source)

Returns the index of the given value (in the entry values array).

Return

The index of the value, or -1 if not found

Parameters

value

The value whose index should be returned