stdlib
1.1
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JVM
JS
stdlib
/
kotlin.collections
/
MutableListIterator
/
set
set
JVM
JS
abstract
fun
set
(
element
:
T
)
(
source
)
Replaces the last element returned by
next
or
previous
with the specified element
element
.
Since Kotlin
1.0
abstract
fun
set
(
element
:
T
)
(
source
)
Replaces the last element returned by
next
or
previous
with the specified element
element
.
Since Kotlin
1.1