com.atlassian.confluence.concurrent
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadLocalMap
public ThreadLocalMap()
initialValue
protected Map<K,V> initialValue()
- Overrides:
initialValue in class ThreadLocal<Map<K,V>>
Copyright © 2003–2015 Atlassian. All rights reserved.