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> |
A
WeakConcurrentMap 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 | Description |
---|---|
DetachedThreadLocal.Cleaner |
Determines the cleaning format.
|
WeakConcurrentSet.Cleaner |
Determines the cleaning format.
|