Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Enum
java.lang.Thread.State
Packages that use Thread.State
Provides classes that are fundamental to the design of the Java programming language.
Class declarations in java.lang with type arguments of type Thread.State
static enum
A thread state.
Fields in java.lang declared as Thread.State
Thread.State.BLOCKED
Thread state for a thread blocked waiting for a monitor lock.
Thread.State.NEW
Thread state for a thread which has not yet started.
Thread.State.RUNNABLE
Thread state for a runnable thread.
Thread.State.TERMINATED
Thread state for a terminated thread.
Thread.State.TIMED_WAITING
Thread state for a waiting thread with a specified waiting time.
Thread.State.WAITING
Thread state for a waiting thread.
Methods in java.lang that return Thread.State
Thread.getState()
Returns the state of this thread.
Thread.State.valueOf(String name)
static Thread.State[]
Thread.State.values()

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz