remove

abstract fun remove()(source)

Removes from the underlying collection the last element returned by this iterator.

Since Kotlin

1.0

Throws

if next has not been called yet, or the most recent next call has already been followed by a remove call.

abstract fun remove()(source)

Removes from the underlying collection the last element returned by this iterator.

Since Kotlin

1.3

Throws

if next has not been called yet, or the most recent next call has already been followed by a remove call.

abstract fun remove()(source)

Removes from the underlying collection the last element returned by this iterator.

Since Kotlin

1.8

Throws

if next has not been called yet, or the most recent next call has already been followed by a remove call.

abstract fun remove()(source)

Removes from the underlying collection the last element returned by this iterator.

Since Kotlin

1.8

Throws

if next has not been called yet, or the most recent next call has already been followed by a remove call.