Package com.google.common.collect
Class CompactHashMap.MapEntry
- java.lang.Object
-
- com.google.common.collect.AbstractMapEntry<K,V>
-
- com.google.common.collect.CompactHashMap.MapEntry
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- CompactHashMap<K,V>
final class CompactHashMap.MapEntry extends AbstractMapEntry<K,V>
-
-
Field Summary
Fields Modifier and Type Field Description private K
key
private int
lastKnownIndex
-
Constructor Summary
Constructors Constructor Description MapEntry(int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
V
setValue(V value)
private void
updateLastKnownIndex()
-
Methods inherited from class com.google.common.collect.AbstractMapEntry
equals, hashCode, toString
-
-