setValue

abstract fun setValue(newValue: V): V(source)

Changes the value associated with the key of this entry.

Since Kotlin

1.0

Return

the previous value corresponding to the key.

abstract fun setValue(newValue: V): V(source)

Changes the value associated with the key of this entry.

Since Kotlin

1.1

Return

the previous value corresponding to the key.

abstract fun setValue(newValue: V): V(source)

Changes the value associated with the key of this entry.

Since Kotlin

1.3

Return

the previous value corresponding to the key.

abstract fun setValue(newValue: V): V(source)

Changes the value associated with the key of this entry.

Since Kotlin

1.8

Return

the previous value corresponding to the key.

abstract fun setValue(newValue: V): V(source)

Changes the value associated with the key of this entry.

Since Kotlin

1.8

Return

the previous value corresponding to the key.