MutableEntry

Common
JVM
JS
Native
1.0
interface MutableEntry<K, V> : Entry<K, V>

Represents a key/value pair held by a MutableMap.

Functions

Common
JVM
JS
Native
1.0

setValue

Changes the value associated with the key of this entry.

abstract fun setValue(newValue: V): V