kotlin-stdlib / kotlin.collections / MutableMap / MutableEntry / setValue setValue Common JVM JS Native 1.0 abstract fun setValue ( newValue : V ) : V (Common source) (Native source) Changes the value associated with the key of this entry. Return the previous value corresponding to the key.