Package net.n2oapp.framework.config.util
Class ThreadLocalVariables.ThreadLocalBoolean
- java.lang.Object
-
- java.lang.ThreadLocal<Boolean>
-
- net.n2oapp.framework.config.util.ThreadLocalVariables.ThreadLocalBoolean
-
- Enclosing class:
- ThreadLocalVariables
public static class ThreadLocalVariables.ThreadLocalBoolean extends ThreadLocal<Boolean>
-
-
Constructor Summary
Constructors Constructor Description ThreadLocalBoolean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BooleaninitialValue()-
Methods inherited from class java.lang.ThreadLocal
get, remove, set, withInitial
-
-
-
-
Method Detail
-
initialValue
protected Boolean initialValue()
- Overrides:
initialValuein classThreadLocal<Boolean>
-
-