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