public class InheritableThreadLocal extends ThreadLocal
Constructor | Description |
---|---|
InheritableThreadLocal() |
Modifier and Type | Method | Description |
---|---|---|
protected Object |
childValue(Object var0) |
|
Object |
get() |
|
void |
set(Object var0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initialValue
public Object get()
get
in class ThreadLocal
public void set(Object var0)
set
in class ThreadLocal