static class ConcurrentIdentityWeakKeyHashMap.SimpleEntry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>
| 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() |