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