T - The referent to track.public abstract class SoftThreadLocal<T>
extends java.lang.Object
Soft reference to a java.lang.ThreadLocal.
| Constructor and Description |
|---|
SoftThreadLocal() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
create() |
T |
get() |
void |
set(T item) |