listIterator

expect abstract override fun listIterator(): MutableListIterator<E>(source)

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

Since Kotlin

1.0

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

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

Since Kotlin

1.0
actual abstract override fun listIterator(): MutableListIterator<E>(source)

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

Since Kotlin

1.1

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

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

Since Kotlin

1.1
actual abstract override fun listIterator(): MutableListIterator<E>(source)

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

Since Kotlin

1.0

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

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

Since Kotlin

1.0
actual abstract override fun listIterator(): MutableListIterator<E>(source)

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

Since Kotlin

1.3

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

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

Since Kotlin

1.3
actual abstract override fun listIterator(): MutableListIterator<E>(source)

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

Since Kotlin

1.8

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

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

Since Kotlin

1.8
actual abstract override fun listIterator(): MutableListIterator<E>(source)

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

Since Kotlin

1.8

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

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

Since Kotlin

1.8