Class Thread


  • public class Thread
    extends java.lang.Object
    Thread
    Author:
    Mladen Turk
    • Constructor Summary

      Constructors 
      Constructor Description
      Thread()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long current()  
      • Methods inherited from class java.lang.Object

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

      • Thread

        public Thread()
    • Method Detail

      • current

        public static long current()
        Returns:
        the current thread ID handle.