public class InheritableThreadLocal extends ThreadLocal
Constructor and Description |
---|
InheritableThreadLocal() |
Modifier and Type | Method and Description |
---|---|
protected Object |
childValue(Object var0) |
Object |
get() |
void |
set(Object var0) |
initialValue
public Object get()
get
in class ThreadLocal
public void set(Object var0)
set
in class ThreadLocal
Copyright © 2006–2013 OSGi Alliance. All rights reserved.