| Package | Description |
|---|---|
| org.atlanmod.commons.time |
Provides classes related to the date and time.
|
| Modifier and Type | Method and Description |
|---|---|
static Stopwatch |
Stopwatch.createStarted()
Creates (and starts) a new stopwatch.
|
static Stopwatch |
Stopwatch.createUnstarted()
Creates (but does not start) a new stopwatch.
|
Stopwatch |
Stopwatch.reset()
Sets the elapsed time for this stopwatch to
0, and places it in a stopped state. |
Stopwatch |
Stopwatch.start()
Starts this stopwatch.
|
Stopwatch |
Stopwatch.stop()
Stops this stopwatch.
|
Copyright © 2017–2019 Atlanmod. All rights reserved.