public class ThreadLocalMap<K,V> extends ResettableThreadLocal<Map<K,V>>
Constructor and Description |
---|
ThreadLocalMap() |
Modifier and Type | Method and Description |
---|---|
protected Map<K,V> |
initialValue() |
reset
get, remove, set, withInitial
protected Map<K,V> initialValue()
initialValue
in class ThreadLocal<Map<K,V>>
Copyright © 2003–2020 Atlassian. All rights reserved.