Uses of Class
java.lang.Thread

Packages that use Thread
java.lang   
 

Uses of Thread in java.lang
 

Methods in java.lang that return Thread
static Thread Thread.currentThread()
          Returns a reference to the currently executing thread object.