public static interface ConcurrentWeakKeySoftValueHashMap.KeyReference<K,V> extends Getter<K>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
K |
get() |
ConcurrentWeakKeySoftValueHashMap.ValueReference<K,V> |
getValueReference() |
int |
hashCode() |
ConcurrentWeakKeySoftValueHashMap.ValueReference<K,V> getValueReference()
boolean equals(java.lang.Object o)
equals in class java.lang.Objectint hashCode()
hashCode in class java.lang.Object