kotlin.collections.Map.Entry
public final class MapEntry<K extends Object, V extends Object> implements Entry.Map<K, V>
映射入口。
Map entry.
private final K
key
private final V
value
MapEntry(K key, V value)
K
getKey()
V
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
K getKey()
V getValue()