Builder to construct an Indexable for
a stopwatch.
| String | PAUSED | |
| String | STARTED | |
| String | UNKNOWN |
| StopwatchBuilder |
setElapsedTime(long elapsedTimeInMilliseconds)
Sets the total time accumulated when the stopwatch was last paused, in
milliseconds.
|
| StopwatchBuilder | |
| StopwatchBuilder | |
| StopwatchBuilder |
Sets the total time accumulated when the stopwatch was last paused, in milliseconds.
Sets the current laps, if any, associated with this stopwatch.
Sets the time when the stopwatch last began running.