Interface Clock
-
public interface ClockA clock for timing
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longnowMs()Get the current time in epoch millis.
-
public interface Clock
| Modifier and Type | Method | Description |
|---|---|---|
long |
nowMs() |
Get the current time in epoch millis.
|