public static enum State
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

A thread state. A thread can be in one of the following states:

A thread can be in only one state at a given point in time. These states are virtual machine states which do not reflect any operating system thread states.

extends Enum<State>

See also:
getState

Since:  1.5