Package com.pervasivecode.utils.time.api
Interface CurrentNanosSource
-
- All Known Implementing Classes:
FakeNanoSource
public interface CurrentNanosSourceAn 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 longcurrentTimeNanoPrecision()Obtain the current time since the Unix epoch, with nanosecond precision.
-