protected static final class ConcurrentReferenceHashMap.Entry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object other) | 
| K | getKey() | 
| V | getValue() | 
| int | hashCode() | 
| V | setValue(V value) | 
| java.lang.String | toString() |