public abstract class Clock
extends java.lang.Object
| Constructor and Description |
|---|
Clock() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
getCurrentTimeNanos()
Returns the current time from the epoch (00:00 1st Jan, 1970) with nanosecond granularity,
though not necessarily nanosecond precision.
|