Uses of Class
com.google.common.collect.MapMakerInternalMap.StrongKeyStrongValueEntry
Packages that use MapMakerInternalMap.StrongKeyStrongValueEntry
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
Uses of MapMakerInternalMap.StrongKeyStrongValueEntry in com.google.common.collect
Methods in com.google.common.collect that return MapMakerInternalMap.StrongKeyStrongValueEntryModifier and TypeMethodDescriptionMapMakerInternalMap.StrongKeyStrongValueSegment.castForTesting
(MapMakerInternalMap.InternalEntry<K, V, ?> entry) (package private) MapMakerInternalMap.StrongKeyStrongValueEntry<K,
V> MapMakerInternalMap.StrongKeyStrongValueEntry.copy
(MapMakerInternalMap.StrongKeyStrongValueEntry<K, V> newNext) MapMakerInternalMap.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) Methods in com.google.common.collect with parameters of type MapMakerInternalMap.StrongKeyStrongValueEntryModifier and TypeMethodDescription(package private) MapMakerInternalMap.StrongKeyStrongValueEntry<K,
V> MapMakerInternalMap.StrongKeyStrongValueEntry.copy
(MapMakerInternalMap.StrongKeyStrongValueEntry<K, V> newNext) MapMakerInternalMap.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, int maxSegmentSize) Constructors in com.google.common.collect with parameters of type MapMakerInternalMap.StrongKeyStrongValueEntryModifierConstructorDescription(package private)
StrongKeyStrongValueEntry
(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, int maxSegmentSize)