public class BaseMapEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
BaseMapEntry(K key, V value)
K
getKey()
V
getValue()
setValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode
public BaseMapEntry(K key, V value)
public K getKey()
getKey
java.util.Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V value)
setValue