public class NamedThreadLocal<T> extends ThreadLocal<T>
| Constructor and Description |
|---|
NamedThreadLocal(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static <S> NamedThreadLocal<S> |
withInitial(String name,
Supplier<? extends S> supplier) |
get, initialValue, remove, set, withInitialCopyright © 2025. All rights reserved.