Package java.lang
Class ThreadLocal
- java.lang.Object
-
- java.lang.ThreadLocal
-
- Direct Known Subclasses:
InheritableThreadLocal
public class ThreadLocal extends Object
-
-
Constructor Summary
Constructors Constructor Description ThreadLocal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get()
protected Object
initialValue()
void
set(Object var0)
-