private class WeakConcurrentMap.SimpleEntry
extends java.lang.Object
implements java.util.Map.Entry<K,V>
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Map.Entry<WeakConcurrentMap.WeakKey<K>,V> |
entry |
private K |
key |
| Modifier | Constructor and Description |
|---|---|
private |
SimpleEntry(K key,
java.util.Map.Entry<WeakConcurrentMap.WeakKey<K>,V> entry) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
V |
getValue() |
V |
setValue(V value) |
private final K key
final java.util.Map.Entry<WeakConcurrentMap.WeakKey<K>,V> entry
private SimpleEntry(K key, java.util.Map.Entry<WeakConcurrentMap.WeakKey<K>,V> entry)