com.atlassian.confluence.concurrent
Class ThreadLocalMap

java.lang.Object
  extended by java.lang.ThreadLocal
      extended by com.atlassian.confluence.concurrent.ResettableThreadLocal
          extended by com.atlassian.confluence.concurrent.ThreadLocalMap

public class ThreadLocalMap
extends ResettableThreadLocal

A thread local, resettable hash map


Constructor Summary
ThreadLocalMap()
           
 
Method Summary
protected  Object 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

ThreadLocalMap

public ThreadLocalMap()
Method Detail

initialValue

protected Object initialValue()
Overrides:
initialValue in class ThreadLocal


Copyright © 2003-2011 Atlassian. All Rights Reserved.