public class ThreadLocal extends Object
| Constructor and Description |
|---|
ThreadLocal() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get() |
protected Object |
initialValue() |
void |
remove() |
void |
set(Object value) |
Copyright © 2005–2021 Javolution. All rights reserved.