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