类 InternalThread

  • 所有已实现的接口:

    public class InternalThread
    extends 
    InternalThread
    • 嵌套类概要

      • 从类继承的嵌套类/接口 java.lang.

        ,
    • 字段概要

      • 从类继承的字段 java.lang.

        , ,
    • 构造器概要

      构造器 
      构造器 说明
      InternalThread()  
       target)  
       target,  name)  
       name)  
       group,  target)  
       group,  target,  name)  
       group,  target,  name, long stackSize)  
       group,  name)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void setThreadLocalMap​(InternalThreadLocalMap threadLocalMap)
      Sets the internal data structure that keeps the threadLocal variables bound to this thread.
      InternalThreadLocalMap threadLocalMap()
      Returns the internal data structure that keeps the threadLocal variables bound to this thread.
      • 从类继承的方法 java.lang.

        , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
      • 从类继承的方法 java.lang.

        , , , , , , ,
    • 构造器详细资料

      • InternalThread

        public InternalThread()
      • InternalThread

        public InternalThread​( target)
      • InternalThread

        public InternalThread​( group,
                               target)
      • InternalThread

        public InternalThread​( name)
      • InternalThread

        public InternalThread​( group,
                               name)
      • InternalThread

        public InternalThread​( target,
                               name)
      • InternalThread

        public InternalThread​( group,
                               target,
                               name)
      • InternalThread

        public InternalThread​( group,
                               target,
                               name,
                              long stackSize)
    • 方法详细资料

      • 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.