final class CompactHashMap.MapEntry extends AbstractMapEntry<K,V>
| Modifier and Type | Field and Description |
|---|---|
private K |
key |
private int |
lastKnownIndex |
| Constructor and Description |
|---|
MapEntry(int index) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
V |
getValue() |
V |
setValue(V value) |
private void |
updateLastKnownIndex() |
equals, hashCode, toString