| Modifier and Type | Field and Description |
|---|---|
private StopWatch.SplitState |
StopWatch.splitState
Whether the stopwatch has a split time recorded.
|
| Modifier and Type | Method and Description |
|---|---|
static StopWatch.SplitState |
StopWatch.SplitState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StopWatch.SplitState[] |
StopWatch.SplitState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 Sven Strittmatter. All Rights Reserved.