public class InitialThreadLocal<T> extends CentralizedThreadLocal<T>
| Constructor and Description |
|---|
InitialThreadLocal(java.lang.String name,
T initialValue) |
InitialThreadLocal(java.lang.String name,
T initialValue,
boolean shortLived) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
initialValue() |
java.lang.String |
toString() |
clearLongLivedThreadLocals, clearShortLivedThreadLocals, copy, equals, get, getLongLivedThreadLocals, getShortLivedThreadLocals, hashCode, remove, set, setThreadLocals