Package org.picocontainer.behaviors
Class Storing.StoreThreadLocal
- java.lang.Object
-
- java.lang.ThreadLocal<Map>
-
- org.picocontainer.behaviors.Storing.StoreThreadLocal
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Storing
public static class Storing.StoreThreadLocal extends ThreadLocal<Map> implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreThreadLocal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map
initialValue()
-
Methods inherited from class java.lang.ThreadLocal
get, remove, set, withInitial
-
-
-
-
Method Detail
-
initialValue
protected Map initialValue()
- Overrides:
initialValue
in classThreadLocal<Map>
-
-