public abstract class ResettableThreadLocal<T> extends ThreadLocal<T>
ThreadLocal.initialValue()
Constructor and Description |
---|
ResettableThreadLocal() |
Modifier and Type | Method and Description |
---|---|
void |
reset() |
get, initialValue, remove, set, withInitial
Copyright © 2003–2019 Atlassian. All rights reserved.