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>>
- Enclosing class:
- MapMakerInternalMap<K,
V, E extends MapMakerInternalMap.InternalEntry<K, V, E>, S extends MapMakerInternalMap.Segment<K, V, E, S>>
static final 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. -
Field Summary
FieldsFields inherited from class com.google.common.collect.MapMakerInternalMap.AbstractStrongKeyEntry
hash, key, next
-
Constructor Summary
ConstructorsConstructorDescriptionStrongKeyStrongValueEntry
(K key, int hash, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V> next) -
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
StrongKeyStrongValueEntry(K key, int hash, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V> next)
-
-
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>>
-
setValue
-
copy
-