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