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 SummaryConstructors Constructor Description ThreadLocalMap()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<K,V>initialValue()- 
Methods inherited from class com.atlassian.confluence.concurrent.ResettableThreadLocalreset
 - 
Methods inherited from class java.lang.ThreadLocalget, remove, set, withInitial
 
- 
 
- 
- 
- 
Method Detail- 
initialValueprotected Map<K,V> initialValue() - Overrides:
- initialValuein class- ThreadLocal<Map<K,V>>
 
 
- 
 
-