Class FastThreadLocalThread

    • Constructor Detail

      • FastThreadLocalThread

        public FastThreadLocalThread()
      • FastThreadLocalThread

        public FastThreadLocalThread​(Runnable target)
      • FastThreadLocalThread

        public FastThreadLocalThread​(String name)
      • FastThreadLocalThread

        public FastThreadLocalThread​(ThreadGroup group,
                                     String name)
      • FastThreadLocalThread

        public FastThreadLocalThread​(Runnable target,
                                     String name)
      • FastThreadLocalThread

        public FastThreadLocalThread​(ThreadGroup group,
                                     Runnable target,
                                     String name,
                                     long stackSize)
    • Method Detail

      • threadLocalMap

        public final InternalThreadLocalMap threadLocalMap()
        Returns the internal data structure that keeps the thread-local 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 thread-local variables bound to this thread. Note that this method is for internal use only, and thus is subject to change at any time.