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 Kkeyprivate intlastKnownIndex
-
Constructor Summary
Constructors Constructor Description MapEntry(int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KgetKey()VgetValue()VsetValue(V value)private voidupdateLastKnownIndex()-
Methods inherited from class com.google.common.collect.AbstractMapEntry
equals, hashCode, toString
-
-