listIterator abstract method

KtListIterator<T> listIterator([
  1. int index = 0
])

Returns a list iterator over the elements in this list (in proper sequence), starting at the specified index or 0 by default.

Implementation

KtListIterator<T> listIterator([int index = 0]);