Uses of Interface
com.google.common.collect.MapMakerInternalMap.InternalEntryHelper
Packages that use MapMakerInternalMap.InternalEntryHelper
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with 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 classConcrete implementation ofMapMakerInternalMap.InternalEntryHelperfor strong keys andMapMaker.Dummyvalues.(package private) static final classConcrete implementation ofMapMakerInternalMap.InternalEntryHelperfor strong keys and strong values.(package private) static final classConcrete implementation ofMapMakerInternalMap.InternalEntryHelperfor strong keys and weak values.(package private) static final classConcrete implementation ofMapMakerInternalMap.InternalEntryHelperfor weak keys andMapMaker.Dummyvalues.(package private) static final classConcrete implementation ofMapMakerInternalMap.InternalEntryHelperfor weak keys and strong values.(package private) static final classConcrete implementation ofMapMakerInternalMap.InternalEntryHelperfor 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.entryHelperStrategy for handling entries and segments in a type-safe and efficient manner.Constructors in com.google.common.collect with parameters of type MapMakerInternalMap.InternalEntryHelperModifierConstructorDescriptionprivateMapMakerInternalMap(MapMaker builder, MapMakerInternalMap.InternalEntryHelper<K, V, E, S> entryHelper) Creates a new, empty map with the specified strategy, initial capacity and concurrency level.