Class FastThreadLocalRunnable

  • All Implemented Interfaces:
    java.lang.Runnable

    final class FastThreadLocalRunnable
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Runnable runnable  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FastThreadLocalRunnable​(java.lang.Runnable runnable)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      (package private) static java.lang.Runnable wrap​(java.lang.Runnable runnable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • runnable

        private final java.lang.Runnable runnable
    • Constructor Detail

      • FastThreadLocalRunnable

        private FastThreadLocalRunnable​(java.lang.Runnable runnable)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • wrap

        static java.lang.Runnable wrap​(java.lang.Runnable runnable)