private static class AccumulatorManager.ContextContainer extends ContextLocal<AccumulatorManager>
ContextLocal subclass that properly initializes the
context-local reference to a new instance of a case-sensitive
ScopedSymbolDictionary that has a global scope.HEADLESS_KEY| Modifier | Constructor and Description |
|---|---|
private |
ContextContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected AccumulatorManager |
initialValue()
Initializes the dictionary, the first time it is requested within a
new context.
|
cleanup, clearInstance, dumpDependencies, get, get, getWeight, isResetAllowed, set, setDebugequals, hashCodeprotected AccumulatorManager initialValue()
initialValue in class ContextLocal<AccumulatorManager>