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>>
- Direct Known Subclasses:
MapMakerInternalMap.StrongKeyDummyValueEntry.LinkedStrongKeyDummyValueEntry
- Enclosing class:
MapMakerInternalMap<K,
V, E extends MapMakerInternalMap.InternalEntry<K, V, E>, S extends MapMakerInternalMap.Segment<K, V, E, S>>
static 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.private static final class
-
Field Summary
Fields 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
-
Constructor Details
-
StrongKeyDummyValueEntry
-
-
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>>
-