public interface ThreadValue<T>
Modifier and Type | Interface and Description |
---|---|
static class |
ThreadValue.ThreadLocalMap<T> |
static class |
ThreadValue.WeakReferenceThreadMap<T> |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Thread,T> |
asMap() |
boolean |
canRetrieveAcrossThreads() |
T |
get() |
T |
getForThread(java.lang.Thread thread) |