K
V
public class BasicMapEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
Map.Entry
BasicMapEntry(K k, V v)
boolean
equals(java.lang.Object o)
getKey()
getValue()
int
hashCode()
setValue(V newValue)
java.lang.String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public BasicMapEntry(K k, V v)
public K getKey()
getKey
java.util.Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V newValue)
setValue
public boolean equals(java.lang.Object o)
equals
java.lang.Object
public int hashCode()
hashCode
public java.lang.String toString()
toString