Package com.google.common.collect
Class MapMakerInternalMap.StrongKeyStrongValueEntry<K,V>
java.lang.Object
com.google.common.collect.MapMakerInternalMap.AbstractStrongKeyEntry<K,V,MapMakerInternalMap.StrongKeyStrongValueEntry<K,V>>
com.google.common.collect.MapMakerInternalMap.StrongKeyStrongValueEntry<K,V>
- All Implemented Interfaces:
MapMakerInternalMap.InternalEntry<K,
,V, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V>> MapMakerInternalMap.StrongValueEntry<K,
V, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V>>
- Direct Known Subclasses:
MapMakerInternalMap.StrongKeyStrongValueEntry.LinkedStrongKeyStrongValueEntry
- Enclosing class:
MapMakerInternalMap<K,
V, E extends MapMakerInternalMap.InternalEntry<K, V, E>, S extends MapMakerInternalMap.Segment<K, V, E, S>>
static class MapMakerInternalMap.StrongKeyStrongValueEntry<K,V>
extends MapMakerInternalMap.AbstractStrongKeyEntry<K,V,MapMakerInternalMap.StrongKeyStrongValueEntry<K,V>>
implements MapMakerInternalMap.StrongValueEntry<K,V,MapMakerInternalMap.StrongKeyStrongValueEntry<K,V>>
Concrete implementation of
MapMakerInternalMap.InternalEntry
for strong keys and strong values.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
Concrete implementation ofMapMakerInternalMap.InternalEntryHelper
for strong keys and strong values.private static final class
-
Field Summary
FieldsFields inherited from class com.google.common.collect.MapMakerInternalMap.AbstractStrongKeyEntry
hash, key
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.MapMakerInternalMap.AbstractStrongKeyEntry
getHash, getKey, getNext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.collect.MapMakerInternalMap.InternalEntry
getHash, getKey, getNext
-
Field Details
-
value
-
-
Constructor Details
-
StrongKeyStrongValueEntry
-
-
Method Details
-
getValue
Description copied from interface:MapMakerInternalMap.InternalEntry
Gets the value for the entry.- Specified by:
getValue
in interfaceMapMakerInternalMap.InternalEntry<K,
V, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V>>
-