Class ThreadLocal<T>
java.lang.Object
java.lang.ThreadLocal<T>
public class ThreadLocal<T>
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ThreadLocal
public ThreadLocal()
-
-
Method Details
-
initialValue
-
get
-
set
-
remove
public void remove()
-