Uses of Interface
com.google.common.collect.MapMakerInternalMap.InternalEntryHelper
-
Packages that use MapMakerInternalMap.InternalEntryHelper Package Description com.google.common.collect 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.InternalEntryHelper Modifier and Type Class Description (package private) static class
MapMakerInternalMap.StrongKeyStrongValueEntry.Helper<K,V>
Concrete implementation ofMapMakerInternalMap.InternalEntryHelper
for strong keys and strong values.(package private) static class
MapMakerInternalMap.StrongKeyWeakValueEntry.Helper<K,V>
Concrete implementation ofMapMakerInternalMap.InternalEntryHelper
for strong keys and weak values.(package private) static class
MapMakerInternalMap.WeakKeyStrongValueEntry.Helper<K,V>
Concrete implementation ofMapMakerInternalMap.InternalEntryHelper
for weak keys and strong values.(package private) static class
MapMakerInternalMap.WeakKeyWeakValueEntry.Helper<K,V>
Concrete implementation ofMapMakerInternalMap.InternalEntryHelper
for weak keys and weak values.Fields in com.google.common.collect declared as MapMakerInternalMap.InternalEntryHelper Modifier and Type Field Description (package private) 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.InternalEntryHelper Constructor Description MapMakerInternalMap(MapMaker builder, MapMakerInternalMap.InternalEntryHelper<K,V,E,S> entryHelper)
Creates a new, empty map with the specified strategy, initial capacity and concurrency level.
-