protected static final class ConcurrentReferenceHashMap.Entry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
ConcurrentReferenceHashMap.Entry(K key, V value)
boolean
equals(java.lang.Object other)
K
getKey()
V
getValue()
int
hashCode()
setValue(V value)
java.lang.String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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 other)
equals
public final int hashCode()
hashCode