public class DefaultedThreadLocal<T> extends ThreadLocal<T>
| Constructor and Description |
|---|
DefaultedThreadLocal(T defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
initialValue, remove, set, withInitialpublic DefaultedThreadLocal(T defaultValue)
public T get()
get in class ThreadLocal<T>Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.