@Deprecated public class SoftReferenceThreadLocal<T> extends CentralizedThreadLocal<T>
| Constructor and Description |
|---|
SoftReferenceThreadLocal()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Deprecated.
|
void |
remove()
Deprecated.
|
void |
set(T value)
Deprecated.
|
clearLongLivedThreadLocals, clearShortLivedThreadLocals, copy, equals, getLongLivedThreadLocals, getShortLivedThreadLocals, hashCode, setThreadLocalspublic T get()
get in class CentralizedThreadLocal<T>public void remove()
remove in class CentralizedThreadLocal<T>public void set(T value)
set in class CentralizedThreadLocal<T>