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, waitinitialValuepublic Object get()
get in class ThreadLocalpublic void set(Object var0)
set in class ThreadLocal