kotlin.collections.Map.Entry
kotlin.collections.MutableMap.MutableEntry
public final class MutableMapEntry<K extends Object, V extends Object> implements Entry.Map<K, V>
可变的映射入口。
Mutable map entry.
private final K
key
private V
value
MutableMapEntry(K key, V value)
K
getKey()
V
getValue()
Unit
setValue(V value)
setValue(V newValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
K getKey()
V getValue()
Unit setValue(V value)
V setValue(V newValue)