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