MutableEntry
interface MutableEntry<K, V> : Entry<K, V>
Represents a key/value pair held by a MutableMap.
Functions
setValue
Changes the value associated with the key of this entry.
abstract fun setValue(newValue: V): V
interface MutableEntry<K, V> : Entry<K, V>
Represents a key/value pair held by a MutableMap.
Changes the value associated with the key of this entry.
abstract fun setValue(newValue: V): V