public class InheritableThreadLocal extends ThreadLocal
Constructor and Description |
---|
InheritableThreadLocal() |
Modifier and Type | Method and Description |
---|---|
protected Object |
childValue(Object parentVal)
default implementation simply returns the parentVal
|
get, initialValue, set