| Modifier and Type | Field and Description |
|---|---|
private StopWatch.State |
StopWatch.runningState
The current running state of the StopWatch.
|
| Modifier and Type | Method and Description |
|---|---|
static StopWatch.State |
StopWatch.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StopWatch.State[] |
StopWatch.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 Sven Strittmatter. All Rights Reserved.