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 ObjectchildValue(Object var0)Objectget()voidset(Object var0)-
Methods inherited from class java.lang.ThreadLocal
initialValue
-
-
-
-
Method Detail
-
get
public Object get()
- Overrides:
getin classThreadLocal
-
set
public void set(Object var0)
- Overrides:
setin classThreadLocal
-
-