Uses of Class
com.google.common.collect.MapMakerInternalMap
Packages that use MapMakerInternalMap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of MapMakerInternalMap in com.google.common.collect
Fields in com.google.common.collect declared as MapMakerInternalMapModifier and TypeFieldDescription(package private) final MapMakerInternalMap
<E, MapMaker.Dummy, ?, ?> Interners.InternerImpl.map
(package private) final MapMakerInternalMap
<K, V, E, S> MapMakerInternalMap.Segment.map
Fields in com.google.common.collect with type parameters of type MapMakerInternalMapModifier and TypeFieldDescription(package private) final WeakReference
<MapMakerInternalMap<?, ?, ?, ?>> MapMakerInternalMap.CleanupMapTask.mapReference
Methods in com.google.common.collect that return MapMakerInternalMapModifier and TypeMethodDescription(package private) static <K,
V> MapMakerInternalMap <K, V, ? extends MapMakerInternalMap.InternalEntry<K, V, ?>, ?> Returns a freshMapMakerInternalMap
as specified by the givenbuilder
.(package private) static <K> MapMakerInternalMap
<K, MapMaker.Dummy, ? extends MapMakerInternalMap.InternalEntry<K, MapMaker.Dummy, ?>, ?> MapMakerInternalMap.createWithDummyValues
(MapMaker builder) Returns a freshMapMakerInternalMap
withMapMaker.Dummy
values but otherwise as specified by the givenbuilder
.Methods in com.google.common.collect with parameters of type MapMakerInternalMapModifier and TypeMethodDescriptionMapMakerInternalMap.InternalEntryHelper.newSegment
(MapMakerInternalMap<K, V, E, S> map, int initialCapacity) Returns a freshly created segment, typed at theS
type.MapMakerInternalMap.StrongKeyDummyValueEntry.Helper.newSegment
(MapMakerInternalMap<K, MapMaker.Dummy, MapMakerInternalMap.StrongKeyDummyValueEntry<K>, MapMakerInternalMap.StrongKeyDummyValueSegment<K>> map, int initialCapacity) MapMakerInternalMap.StrongKeyStrongValueEntry.Helper.newSegment
(MapMakerInternalMap<K, V, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V>, MapMakerInternalMap.StrongKeyStrongValueSegment<K, V>> map, int initialCapacity) MapMakerInternalMap.StrongKeyWeakValueEntry.Helper.newSegment
(MapMakerInternalMap<K, V, MapMakerInternalMap.StrongKeyWeakValueEntry<K, V>, MapMakerInternalMap.StrongKeyWeakValueSegment<K, V>> map, int initialCapacity) MapMakerInternalMap.WeakKeyDummyValueEntry.Helper.newSegment
(MapMakerInternalMap<K, MapMaker.Dummy, MapMakerInternalMap.WeakKeyDummyValueEntry<K>, MapMakerInternalMap.WeakKeyDummyValueSegment<K>> map, int initialCapacity) MapMakerInternalMap.WeakKeyStrongValueEntry.Helper.newSegment
(MapMakerInternalMap<K, V, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V>, MapMakerInternalMap.WeakKeyStrongValueSegment<K, V>> map, int initialCapacity) MapMakerInternalMap.WeakKeyWeakValueEntry.Helper.newSegment
(MapMakerInternalMap<K, V, MapMakerInternalMap.WeakKeyWeakValueEntry<K, V>, MapMakerInternalMap.WeakKeyWeakValueSegment<K, V>> map, int initialCapacity) Constructors in com.google.common.collect with parameters of type MapMakerInternalMapModifierConstructorDescriptionCleanupMapTask
(MapMakerInternalMap<?, ?, ?, ?> map) (package private)
(package private)
StrongKeyDummyValueSegment
(MapMakerInternalMap<K, MapMaker.Dummy, MapMakerInternalMap.StrongKeyDummyValueEntry<K>, MapMakerInternalMap.StrongKeyDummyValueSegment<K>> map, int initialCapacity) (package private)
StrongKeyStrongValueSegment
(MapMakerInternalMap<K, V, MapMakerInternalMap.StrongKeyStrongValueEntry<K, V>, MapMakerInternalMap.StrongKeyStrongValueSegment<K, V>> map, int initialCapacity) (package private)
StrongKeyWeakValueSegment
(MapMakerInternalMap<K, V, MapMakerInternalMap.StrongKeyWeakValueEntry<K, V>, MapMakerInternalMap.StrongKeyWeakValueSegment<K, V>> map, int initialCapacity) (package private)
WeakKeyDummyValueSegment
(MapMakerInternalMap<K, MapMaker.Dummy, MapMakerInternalMap.WeakKeyDummyValueEntry<K>, MapMakerInternalMap.WeakKeyDummyValueSegment<K>> map, int initialCapacity) (package private)
WeakKeyStrongValueSegment
(MapMakerInternalMap<K, V, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V>, MapMakerInternalMap.WeakKeyStrongValueSegment<K, V>> map, int initialCapacity) (package private)
WeakKeyWeakValueSegment
(MapMakerInternalMap<K, V, MapMakerInternalMap.WeakKeyWeakValueEntry<K, V>, MapMakerInternalMap.WeakKeyWeakValueSegment<K, V>> map, int initialCapacity)