protected static final class ConcurrentReferenceHashMap.Entry<K,V> extends Object implements Map.Entry<K,V>
ConcurrentReferenceHashMap.Entry(K key, V value)
boolean
equals(Object o)
K
getKey()
V
getValue()
int
hashCode()
setValue(V value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ConcurrentReferenceHashMap.Entry(K key, V value)
public K getKey()
getKey
Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V value)
setValue
public String toString()
toString
Object
public final boolean equals(Object o)
equals
public final int hashCode()
hashCode