| Package | Description |
|---|---|
| com.google.common.base |
Basic utility libraries and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Stopwatch |
Stopwatch.reset()
Sets the elapsed time for this stopwatch to zero,
and places it in a stopped state.
|
Stopwatch |
Stopwatch.start()
Starts the stopwatch.
|
Stopwatch |
Stopwatch.stop()
Stops the stopwatch.
|
Copyright © 2010-2013. All Rights Reserved.