Package java.lang
Class InheritableThreadLocal
- java.lang.Object
-
- java.lang.ThreadLocal
-
- java.lang.InheritableThreadLocal
-
public class InheritableThreadLocal extends ThreadLocal
-
-
Constructor Summary
Constructors Constructor Description InheritableThreadLocal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
childValue(Object var0)
Object
get()
void
set(Object var0)
-
Methods inherited from class java.lang.ThreadLocal
initialValue
-
-
-
-
Method Detail
-
get
public Object get()
- Overrides:
get
in classThreadLocal
-
set
public void set(Object var0)
- Overrides:
set
in classThreadLocal
-
-