| 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.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.
|
| Enum | Description |
|---|---|
| DetachedThreadLocal.Cleaner |
Determines the cleaning format.
|
| WeakConcurrentSet.Cleaner |
Determines the cleaning format.
|
Copyright © 2024. All rights reserved.