Changed Methods |
Object childValue(Object )
|
Documentation changed from old to new. |
Computes the child's initial value for this InheritableThreadLocal as a function of the parent's value at the time the child Thread is created. |
Object get()
|
Method was inherited from ThreadLocal, but is now defined locally.
|
Returns the value in the calling thread's copy of this ThreadLocal variable. |
void set(Object )
|
Method was inherited from ThreadLocal, but is now defined locally.
|
Sets the calling thread's instance of this ThreadLocal variable to the given value. |