Uses of Class
com.google.common.collect.MapMakerInternalMap
-
Packages that use MapMakerInternalMap Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of MapMakerInternalMap in com.google.common.collect
Fields in com.google.common.collect declared as MapMakerInternalMap Modifier and Type Field Description private MapMakerInternalMap<E,Interners.WeakInterner.Dummy,?,?>
Interners.WeakInterner. map
(package private) MapMakerInternalMap<K,V,E,S>
MapMakerInternalMap.Segment. map
Fields in com.google.common.collect with type parameters of type MapMakerInternalMap Modifier and Type Field Description (package private) java.lang.ref.WeakReference<MapMakerInternalMap<?,?,?,?>>
MapMakerInternalMap.CleanupMapTask. mapReference
Methods in com.google.common.collect that return MapMakerInternalMap Modifier and Type Method Description (package private) static <K,V>
MapMakerInternalMap<K,V,? extends MapMakerInternalMap.InternalEntry<K,V,?>,?>MapMakerInternalMap. create(MapMaker builder)
(package private) <K,V>
MapMakerInternalMap<K,V,?,?>MapMaker. makeCustomMap()
Returns a MapMakerInternalMap for the benefit of internal callers that use features of that class not exposed through ConcurrentMap.
-