Package org.mockito.internal.util.concurrent
-
Class Summary Class Description DetachedThreadLocal<T> A detached local that allows for explicit control of setting and removing values from a thread-local context.WeakConcurrentMap<K,V> A thread-safe map with weak keys.WeakConcurrentMap.LatentKey<T> WeakConcurrentMap.WeakKey<T> WeakConcurrentMap.WithInlinedExpunction<K,V> AWeakConcurrentMap
where stale entries are removed as a side effect of interacting with this map.WeakConcurrentSet<V> A thread-safe set with weak values.WeakConcurrentSet.ReducingIterator<V> -
Enum Summary Enum Description DetachedThreadLocal.Cleaner Determines the cleaning format.WeakConcurrentSet.Cleaner Determines the cleaning format.