Uses of Class
java.lang.Thread.State
| Package | Description |
|---|---|
| java.lang |
-
Uses of Thread.State in java.lang
Methods in java.lang that return Thread.State Modifier and Type Method Description Thread.StateThread. getState()Returns the current state of the Thread.static Thread.StateThread.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Thread.State[]Thread.State. values()Returns an array containing the constants of this enum type, in the order they are declared.