Index
All Classes and Interfaces|All Packages
L
- lap() - Method in class Stopwatch
-
laps the stopwatch
if the stopwatch is not running, this is equivalent to start()
R
- read() - Method in class Stopwatch
-
reads the value of this stopwatch
- read(int) - Method in class Stopwatch
-
reads the specific value of a lap on this stopwatch
lap numbers start from 0 - read(int, boolean) - Method in class Stopwatch
-
reads the specific value of a lap on this stopwatch
lap numbers start from 0 - readable(long) - Static method in class Stopwatch
-
converts the time in milliseconds to a human-readable string
- reset() - Method in class Stopwatch
-
resets the stopwatch
equivalent to writing (variable) = new Stopwatch();
S
- start() - Method in class Stopwatch
-
starts the stopwatch
- stop() - Method in class Stopwatch
-
stops the stopwatch
can be restarted with "start()"
if stopwatch is not running, this is equivalent to reset() - Stopwatch - Class in Unnamed Package
- Stopwatch() - Constructor for class Stopwatch
-
Constructs a Stopwatch
W
L R S WAll Classes and Interfaces|All Packages