Package com.google.common.collect
Class MapMakerInternalMap.StrongKeyStrongValueEntry.LinkedStrongKeyStrongValueEntry<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>
com.google.common.collect.MapMakerInternalMap.StrongKeyStrongValueEntry.LinkedStrongKeyStrongValueEntry<K,V>
- All Implemented Interfaces:
MapMakerInternalMap.InternalEntry<K,
,V, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V>> MapMakerInternalMap.StrongValueEntry<K,
V, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V>>
- Enclosing class:
MapMakerInternalMap.StrongKeyStrongValueEntry<K,
V>
private static final class MapMakerInternalMap.StrongKeyStrongValueEntry.LinkedStrongKeyStrongValueEntry<K,V>
extends MapMakerInternalMap.StrongKeyStrongValueEntry<K,V>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.MapMakerInternalMap.StrongKeyStrongValueEntry
MapMakerInternalMap.StrongKeyStrongValueEntry.Helper<K,
V> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MapMakerInternalMap.StrongKeyStrongValueEntry
<K, V> Fields inherited from class com.google.common.collect.MapMakerInternalMap.AbstractStrongKeyEntry
hash, key
-
Constructor Summary
ConstructorsConstructorDescriptionLinkedStrongKeyStrongValueEntry
(K key, int hash, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V> next) -
Method Summary
Methods inherited from class com.google.common.collect.MapMakerInternalMap.StrongKeyStrongValueEntry
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
-
LinkedStrongKeyStrongValueEntry
LinkedStrongKeyStrongValueEntry(K key, int hash, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V> next)
-
-
Method Details
-
getNext
Description copied from interface:MapMakerInternalMap.InternalEntry
Gets the next entry in the chain.- Specified by:
getNext
in interfaceMapMakerInternalMap.InternalEntry<K,
V, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V>> - Overrides:
getNext
in classMapMakerInternalMap.AbstractStrongKeyEntry<K,
V, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V>>
-