Package com.google.common.collect
Class MapMakerInternalMap.StrongKeyDummyValueEntry.LinkedStrongKeyDummyValueEntry<K>
java.lang.Object
com.google.common.collect.MapMakerInternalMap.AbstractStrongKeyEntry<K,MapMaker.Dummy,MapMakerInternalMap.StrongKeyDummyValueEntry<K>>
com.google.common.collect.MapMakerInternalMap.StrongKeyDummyValueEntry<K>
com.google.common.collect.MapMakerInternalMap.StrongKeyDummyValueEntry.LinkedStrongKeyDummyValueEntry<K>
- All Implemented Interfaces:
MapMakerInternalMap.InternalEntry<K,
,MapMaker.Dummy, MapMakerInternalMap.StrongKeyDummyValueEntry<K>> MapMakerInternalMap.StrongValueEntry<K,
MapMaker.Dummy, MapMakerInternalMap.StrongKeyDummyValueEntry<K>>
- Enclosing class:
MapMakerInternalMap.StrongKeyDummyValueEntry<K>
private static final class MapMakerInternalMap.StrongKeyDummyValueEntry.LinkedStrongKeyDummyValueEntry<K>
extends MapMakerInternalMap.StrongKeyDummyValueEntry<K>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.MapMakerInternalMap.StrongKeyDummyValueEntry
MapMakerInternalMap.StrongKeyDummyValueEntry.Helper<K>
-
Field Summary
FieldsFields inherited from class com.google.common.collect.MapMakerInternalMap.AbstractStrongKeyEntry
hash, key
-
Constructor Summary
ConstructorsConstructorDescriptionLinkedStrongKeyDummyValueEntry
(K key, int hash, MapMakerInternalMap.StrongKeyDummyValueEntry<K> next) -
Method Summary
Methods inherited from class com.google.common.collect.MapMakerInternalMap.StrongKeyDummyValueEntry
getValue
Methods inherited from class com.google.common.collect.MapMakerInternalMap.AbstractStrongKeyEntry
getHash, getKey
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
-
Field Details
-
next
-
-
Constructor Details
-
LinkedStrongKeyDummyValueEntry
LinkedStrongKeyDummyValueEntry(K key, int hash, MapMakerInternalMap.StrongKeyDummyValueEntry<K> next)
-
-
Method Details
-
getNext
Description copied from interface:MapMakerInternalMap.InternalEntry
Gets the next entry in the chain.- Specified by:
getNext
in interfaceMapMakerInternalMap.InternalEntry<K,
MapMaker.Dummy, MapMakerInternalMap.StrongKeyDummyValueEntry<K>> - Overrides:
getNext
in classMapMakerInternalMap.AbstractStrongKeyEntry<K,
MapMaker.Dummy, MapMakerInternalMap.StrongKeyDummyValueEntry<K>>
-