Class ThreadLocalMap<K,V>
- java.lang.Object
-
- java.lang.ThreadLocal<T>
-
- com.atlassian.confluence.concurrent.ResettableThreadLocal<Map<K,V>>
-
- com.atlassian.confluence.concurrent.ThreadLocalMap<K,V>
-
public class ThreadLocalMap<K,V> extends ResettableThreadLocal<Map<K,V>>
A thread local, resettable hash map
-
-
Constructor Summary
Constructors Constructor Description ThreadLocalMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<K,V>
initialValue()
-
Methods inherited from class com.atlassian.confluence.concurrent.ResettableThreadLocal
reset
-
Methods inherited from class java.lang.ThreadLocal
get, remove, set, withInitial
-
-
-
-
Method Detail
-
initialValue
protected Map<K,V> initialValue()
- Overrides:
initialValue
in classThreadLocal<Map<K,V>>
-
-