Uses of Class
java.lang.ThreadLocal
| Package | Description |
|---|---|
| java.lang |
-
Uses of ThreadLocal in java.lang
Subclasses of ThreadLocal in java.lang Modifier and Type Class Description classInheritableThreadLocal<T>A thread-local variable whose value is passed from parent to child thread.