Uses of Class
com.google.common.collect.MapMakerInternalMap.StrongKeyStrongValueEntry
Packages that use MapMakerInternalMap.StrongKeyStrongValueEntry
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of MapMakerInternalMap.StrongKeyStrongValueEntry in com.google.common.collect
Subclasses of MapMakerInternalMap.StrongKeyStrongValueEntry in com.google.common.collectModifier and TypeClassDescriptionprivate static final class
Fields in com.google.common.collect declared as MapMakerInternalMap.StrongKeyStrongValueEntryModifier and TypeFieldDescriptionprivate final MapMakerInternalMap.StrongKeyStrongValueEntry
<K, V> MapMakerInternalMap.StrongKeyStrongValueEntry.LinkedStrongKeyStrongValueEntry.next
Methods in com.google.common.collect that return MapMakerInternalMap.StrongKeyStrongValueEntryModifier and TypeMethodDescriptionMapMakerInternalMap.StrongKeyStrongValueSegment.castForTesting
(MapMakerInternalMap.InternalEntry<K, V, ?> entry) MapMakerInternalMap.StrongKeyStrongValueEntry.Helper.copy
(MapMakerInternalMap.StrongKeyStrongValueSegment<K, V> segment, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V> entry, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V> newNext) MapMakerInternalMap.StrongKeyStrongValueEntry.LinkedStrongKeyStrongValueEntry.getNext()
MapMakerInternalMap.StrongKeyStrongValueEntry.Helper.newEntry
(MapMakerInternalMap.StrongKeyStrongValueSegment<K, V> segment, K key, int hash, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V> next) Methods in com.google.common.collect with parameters of type MapMakerInternalMap.StrongKeyStrongValueEntryModifier and TypeMethodDescriptionMapMakerInternalMap.StrongKeyStrongValueEntry.Helper.copy
(MapMakerInternalMap.StrongKeyStrongValueSegment<K, V> segment, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V> entry, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V> newNext) MapMakerInternalMap.StrongKeyStrongValueEntry.Helper.newEntry
(MapMakerInternalMap.StrongKeyStrongValueSegment<K, V> segment, K key, int hash, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V> next) void
MapMakerInternalMap.StrongKeyStrongValueEntry.Helper.setValue
(MapMakerInternalMap.StrongKeyStrongValueSegment<K, V> segment, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V> entry, V value) Method parameters in com.google.common.collect with type arguments of type MapMakerInternalMap.StrongKeyStrongValueEntryModifier and TypeMethodDescriptionMapMakerInternalMap.StrongKeyStrongValueEntry.Helper.newSegment
(MapMakerInternalMap<K, V, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V>, MapMakerInternalMap.StrongKeyStrongValueSegment<K, V>> map, int initialCapacity) Constructors in com.google.common.collect with parameters of type MapMakerInternalMap.StrongKeyStrongValueEntryModifierConstructorDescription(package private)
LinkedStrongKeyStrongValueEntry
(K key, int hash, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V> next) Constructor parameters in com.google.common.collect with type arguments of type MapMakerInternalMap.StrongKeyStrongValueEntryModifierConstructorDescription(package private)
StrongKeyStrongValueSegment
(MapMakerInternalMap<K, V, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V>, MapMakerInternalMap.StrongKeyStrongValueSegment<K, V>> map, int initialCapacity)