Package com.google.common.collect
Class MapMakerInternalMap.CleanupMapTask
- java.lang.Object
-
- com.google.common.collect.MapMakerInternalMap.CleanupMapTask
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- MapMakerInternalMap<K,V,E extends MapMakerInternalMap.InternalEntry<K,V,E>,S extends MapMakerInternalMap.Segment<K,V,E,S>>
static final class MapMakerInternalMap.CleanupMapTask extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.ref.WeakReference<MapMakerInternalMap<?,?,?,?>>
mapReference
-
Constructor Summary
Constructors Constructor Description CleanupMapTask(MapMakerInternalMap<?,?,?,?> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
mapReference
final java.lang.ref.WeakReference<MapMakerInternalMap<?,?,?,?>> mapReference
-
-
Constructor Detail
-
CleanupMapTask
public CleanupMapTask(MapMakerInternalMap<?,?,?,?> map)
-
-