public final class ThreadLocalHashSet<T> extends InheritableThreadLocal<Set<T>>
| Constructor and Description |
|---|
ThreadLocalHashSet() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<T> |
childValue(Set<T> parentValue) |
protected Set<T> |
initialValue() |
get, remove, set, withInitialprotected Set<T> childValue(Set<T> parentValue)
childValue in class InheritableThreadLocal<Set<T>>protected Set<T> initialValue()
initialValue in class ThreadLocal<Set<T>>Copyright © 2020. All rights reserved.