Package com.google.common.collect
Class MapMakerInternalMap.StrongKeyDummyValueEntry<K>
java.lang.Object
com.google.common.collect.MapMakerInternalMap.AbstractStrongKeyEntry<K,MapMaker.Dummy,MapMakerInternalMap.StrongKeyDummyValueEntry<K>>
com.google.common.collect.MapMakerInternalMap.StrongKeyDummyValueEntry<K>
- All Implemented Interfaces:
MapMakerInternalMap.InternalEntry<K,
,MapMaker.Dummy, MapMakerInternalMap.StrongKeyDummyValueEntry<K>> MapMakerInternalMap.StrongValueEntry<K,
MapMaker.Dummy, MapMakerInternalMap.StrongKeyDummyValueEntry<K>>
- Enclosing class:
- MapMakerInternalMap<K,
V, E extends MapMakerInternalMap.InternalEntry<K, V, E>, S extends MapMakerInternalMap.Segment<K, V, E, S>>
static final class MapMakerInternalMap.StrongKeyDummyValueEntry<K>
extends MapMakerInternalMap.AbstractStrongKeyEntry<K,MapMaker.Dummy,MapMakerInternalMap.StrongKeyDummyValueEntry<K>>
implements MapMakerInternalMap.StrongValueEntry<K,MapMaker.Dummy,MapMakerInternalMap.StrongKeyDummyValueEntry<K>>
Concrete implementation of
MapMakerInternalMap.InternalEntry
for strong keys and MapMaker.Dummy
values.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
Concrete implementation ofMapMakerInternalMap.InternalEntryHelper
for strong keys andMapMaker.Dummy
values. -
Field Summary
Fields inherited from class com.google.common.collect.MapMakerInternalMap.AbstractStrongKeyEntry
hash, key, next
-
Constructor Summary
ConstructorsConstructorDescriptionStrongKeyDummyValueEntry
(K key, int hash, MapMakerInternalMap.StrongKeyDummyValueEntry<K> next) -
Method Summary
Modifier and TypeMethodDescription(package private) MapMakerInternalMap.StrongKeyDummyValueEntry<K>
getValue()
Gets the value for the entry.(package private) void
setValue
(MapMaker.Dummy value) 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
-
Constructor Details
-
StrongKeyDummyValueEntry
StrongKeyDummyValueEntry(K key, int hash, MapMakerInternalMap.StrongKeyDummyValueEntry<K> next)
-
-
Method Details
-
getValue
Description copied from interface:MapMakerInternalMap.InternalEntry
Gets the value for the entry.- Specified by:
getValue
in interfaceMapMakerInternalMap.InternalEntry<K,
MapMaker.Dummy, MapMakerInternalMap.StrongKeyDummyValueEntry<K>>
-
setValue
-
copy
-