| Modifier and Type | Field and Description |
|---|---|
private java.util.Map.Entry<java.lang.ref.Reference<K>,V> |
entry |
private K |
key |
| Constructor and Description |
|---|
StrongEntry(java.util.Map.Entry<java.lang.ref.Reference<K>,V> entry,
K key) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
V |
getValue() |
V |
setValue(V value) |
private final K key