| Package | Description |
|---|---|
| java.lang |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| Modifier and Type | Method and Description |
|---|---|
Thread.State |
Thread.getState()
Returns the state of this thread.
|
static Thread.State |
Thread.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.
|
Copyright © 2015 API Design. All Rights Reserved.