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