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
© 2010–2019 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/-mutable-entry/index.html