public class VicariousThreadLocal<T> extends ThreadLocal<T>
| 构造器和说明 |
|---|
VicariousThreadLocal() |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
get() |
void |
poll()
Check if any strong references need should be removed due to thread exit.
|
void |
remove() |
void |
set(T value) |
initialValue, withInitialpublic T get()
get 在类中 ThreadLocal<T>public void set(T value)
set 在类中 ThreadLocal<T>public void remove()
remove 在类中 ThreadLocal<T>public void poll()
Copyright © 2018. All rights reserved.