Class ResettableThreadLocal<T>
java.lang.Object
java.lang.ThreadLocal<T>
com.atlassian.confluence.concurrent.ResettableThreadLocal<T>
- Direct Known Subclasses:
ThreadLocalMap
Simple abstract class with a method to reset the thread local to its initial value
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.ThreadLocal
get, initialValue, remove, set, withInitial
-
Constructor Details
-
ResettableThreadLocal
public ResettableThreadLocal()
-
-
Method Details
-
reset
public void reset()
-