Package com.pervasivecode.utils.time.api
Interface CurrentNanosSource
-
- All Known Implementing Classes:
FakeNanoSource
public interface CurrentNanosSource
An object that provides the current time since the Unix epoch, with nanosecond precision.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
currentTimeNanoPrecision()
Obtain the current time since the Unix epoch, with nanosecond precision.
-