kotlin-stdlib / kotlin.collections / ListIterator / previousIndex previousIndex Common JVM JS Native 1.0 abstract fun previousIndex(): Int(Common source) (Native source) Returns the index of the element that would be returned by a subsequent call to previous.