K
V
public class MapEntry<K,V> extends Object
MapEntry()
MapEntry(K key, V value)
MapEntry(Map.Entry<K,V> entry)
getKey()
getValue()
void
setKey(K key)
setValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapEntry()
public MapEntry(Map.Entry<K,V> entry)
public MapEntry(K key, V value)
public K getKey()
public void setKey(K key)
public V getValue()
public void setValue(V value)
Copyright © 2023. All rights reserved.