|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.ThreadLocal<T> com.atlassian.confluence.concurrent.ResettableThreadLocal<java.util.Map<K,V>> com.atlassian.confluence.concurrent.ThreadLocalMap<K,V>
public class ThreadLocalMap<K,V>
A thread local, resettable hash map
Constructor Summary | |
---|---|
ThreadLocalMap()
|
Method Summary | |
---|---|
protected java.util.Map<K,V> |
initialValue()
|
Methods inherited from class com.atlassian.confluence.concurrent.ResettableThreadLocal |
---|
reset |
Methods inherited from class java.lang.ThreadLocal |
---|
get, remove, set |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadLocalMap()
Method Detail |
---|
protected java.util.Map<K,V> initialValue()
initialValue
in class java.lang.ThreadLocal<java.util.Map<K,V>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |