Package org.jboss.jdeparser
Class CachingThreadLocal<K,V>
- java.lang.Object
-
- java.lang.ThreadLocal<java.util.LinkedHashMap<K,V>>
-
- org.jboss.jdeparser.CachingThreadLocal<K,V>
-
class CachingThreadLocal<K,V> extends java.lang.ThreadLocal<java.util.LinkedHashMap<K,V>>
-
-
Constructor Summary
Constructors Constructor Description CachingThreadLocal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.LinkedHashMap<K,V>
initialValue()
-