Uses of Interface
com.google.common.collect.MapMakerInternalMap.InternalEntryHelper
Packages that use MapMakerInternalMap.InternalEntryHelper
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of MapMakerInternalMap.InternalEntryHelper in com.google.common.collect
Classes in com.google.common.collect that implement MapMakerInternalMap.InternalEntryHelperModifier and TypeClassDescription(package private) static final class
Concrete implementation ofMapMakerInternalMap.InternalEntryHelper
for strong keys andMapMaker.Dummy
values.(package private) static final class
Concrete implementation ofMapMakerInternalMap.InternalEntryHelper
for strong keys and strong values.(package private) static final class
Concrete implementation ofMapMakerInternalMap.InternalEntryHelper
for strong keys and weak values.(package private) static final class
Concrete implementation ofMapMakerInternalMap.InternalEntryHelper
for weak keys andMapMaker.Dummy
values.(package private) static final class
Concrete implementation ofMapMakerInternalMap.InternalEntryHelper
for weak keys and strong values.(package private) static final class
Concrete implementation ofMapMakerInternalMap.InternalEntryHelper
for weak keys and weak values.Fields in com.google.common.collect declared as MapMakerInternalMap.InternalEntryHelperModifier and TypeFieldDescription(package private) final MapMakerInternalMap.InternalEntryHelper
<K, V, E, S> MapMakerInternalMap.entryHelper
Strategy for handling entries and segments in a type-safe and efficient manner.Constructors in com.google.common.collect with parameters of type MapMakerInternalMap.InternalEntryHelperModifierConstructorDescriptionprivate
MapMakerInternalMap
(MapMaker builder, MapMakerInternalMap.InternalEntryHelper<K, V, E, S> entryHelper) Creates a new, empty map with the specified strategy, initial capacity and concurrency level.