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