Class SystemEpochNanoClock

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long nanoTime()
      Time in nanoseconds since 1 Jan 1970 UTC.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemEpochNanoClock

        public SystemEpochNanoClock()
    • Method Detail

      • nanoTime

        public long nanoTime()
        Time in nanoseconds since 1 Jan 1970 UTC.
        Specified by:
        nanoTime in interface EpochNanoClock
        Returns:
        the number of nanoseconds since 1 Jan 1970 UTC.