static class ConcurrentReferenceHashMap.SimpleEntry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private K |
key |
private static long |
serialVersionUID |
private V |
value |
Constructor and Description |
---|
SimpleEntry(K key,
V value) |
SimpleEntry(java.util.Map.Entry<? extends K,? extends V> entry) |
Modifier and Type | Method and Description |
---|---|
private static boolean |
eq(java.lang.Object o1,
java.lang.Object o2) |
boolean |
equals(java.lang.Object o) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V value) |
java.lang.String |
toString() |
private static final long serialVersionUID
private final K key
private V value