类 InternalThread

  • 所有已实现的接口:
    Runnable

    public class InternalThread
    extends Thread
    InternalThread
    • 方法详细资料

      • threadLocalMap

        public final InternalThreadLocalMap threadLocalMap()
        Returns the internal data structure that keeps the threadLocal variables bound to this thread. Note that this method is for internal use only, and thus is subject to change at any time.
      • setThreadLocalMap

        public final void setThreadLocalMap​(InternalThreadLocalMap threadLocalMap)
        Sets the internal data structure that keeps the threadLocal variables bound to this thread. Note that this method is for internal use only, and thus is subject to change at any time.