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:
Map.Entry<K,
V>
- Enclosing class:
CompactHashMap<K,
V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.AbstractMapEntry
equals, hashCode, toString
-
Field Details
-
key
-
lastKnownIndex
private int lastKnownIndex
-
-
Constructor Details
-
MapEntry
MapEntry(int index)
-
-
Method Details
-
getKey
-
updateLastKnownIndex
private void updateLastKnownIndex() -
getValue
-
setValue
-