You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The `InheritableThreadLocal` class was auto generated.
*
* @parent \PHPJava\Packages\java\lang\Object_
* @parent \PHPJava\Packages\java\lang\ThreadLocal
*/
class InheritableThreadLocal extends ThreadLocal
{
/**
* 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.