|
Generated by JDiff |
||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||
| Changed Constructors | ||
Ticker) |
Now deprecated. |
Use {@link Stopwatch#createUnstarted(Ticker)} instead. |
void) |
Now deprecated. |
Use {@link Stopwatch#createUnstarted()} instead. |
| Removed Methods | |
String toString(int) |
Returns a string representation of the current elapsed time, choosing an appropriate unit and using the specified number of significant figures. |
| Added Methods | |
Stopwatch createStarted() |
Creates (and starts) a new stopwatch using System.nanoTime as its time source. |
Stopwatch createStarted(Ticker) |
Creates (and starts) a new stopwatch, using the specified time source. |
Stopwatch createUnstarted() |
Creates (but does not start) a new stopwatch using System.nanoTime as its time source. |
Stopwatch createUnstarted(Ticker) |
Creates (but does not start) a new stopwatch, using the specified time source. |
|
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||