listIterator

expect abstract fun listIterator(index: Int): ListIterator<E>(source)

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

Since Kotlin

1.0

Throws

if index is less than zero or greater than or equal to size of this list.


expect abstract fun listIterator(): ListIterator<E>(source)

Returns a list iterator over the elements in this list (in proper sequence).

Since Kotlin

1.0
actual abstract fun listIterator(index: Int): ListIterator<E>(source)

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

Since Kotlin

1.1

Throws

if index is less than zero or greater than or equal to size of this list.


actual abstract fun listIterator(): ListIterator<E>(source)

Returns a list iterator over the elements in this list (in proper sequence).

Since Kotlin

1.1
abstract override fun listIterator(p0: Int): ListIterator<E?>?(source)

Since Kotlin

1.0

actual abstract fun listIterator(index: Int): ListIterator<E>(source)

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

Since Kotlin

1.0

Throws

if index is less than zero or greater than or equal to size of this list.


actual abstract fun listIterator(): ListIterator<E>(source)

Returns a list iterator over the elements in this list (in proper sequence).

Since Kotlin

1.0
actual abstract fun listIterator(index: Int): ListIterator<E>(source)

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

Since Kotlin

1.3

Throws

if index is less than zero or greater than or equal to size of this list.


actual abstract fun listIterator(): ListIterator<E>(source)

Returns a list iterator over the elements in this list (in proper sequence).

Since Kotlin

1.3
actual abstract fun listIterator(index: Int): ListIterator<E>(source)

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

Since Kotlin

1.8

Throws

if index is less than zero or greater than or equal to size of this list.


actual abstract fun listIterator(): ListIterator<E>(source)

Returns a list iterator over the elements in this list (in proper sequence).

Since Kotlin

1.8
actual abstract fun listIterator(index: Int): ListIterator<E>(source)

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

Since Kotlin

1.8

Throws

if index is less than zero or greater than or equal to size of this list.


actual abstract fun listIterator(): ListIterator<E>(source)

Returns a list iterator over the elements in this list (in proper sequence).

Since Kotlin

1.8