private static final class InheritableThreadLocalStack.Stacks<T> extends InheritableThreadLocal<Deque<T>>
| Modifier | Constructor and Description |
|---|---|
private |
InheritableThreadLocalStack.Stacks() |
| Modifier and Type | Method and Description |
|---|---|
protected Deque<T> |
childValue(Deque<T> parent) |
protected Deque<T> |
initialValue() |
get, remove, setprotected Deque<T> childValue(Deque<T> parent)
childValue in class InheritableThreadLocal<Deque<T>>protected Deque<T> initialValue()
initialValue in class ThreadLocal<Deque<T>>Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.