MutableEntry
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
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
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