Class TThreadLocal<T>


  • public class TThreadLocal<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      TThreadLocal()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T get()  
      void set​(T aValue)  
      • Methods inherited from class java.lang.Object

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

      • value

        private T value
    • Constructor Detail

      • TThreadLocal

        public TThreadLocal()
    • Method Detail

      • get

        public T get()
      • set

        public void set​(T aValue)