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 (package private) MapMakerInternalMap<E,MapMaker.Dummy,?,?>
Interners.InternerImpl. 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)
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
.
-