Class SystemEpochMicroClock

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long microTime()
      Time in microseconds 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

      • SystemEpochMicroClock

        public SystemEpochMicroClock()
    • Method Detail

      • microTime

        public long microTime()
        Time in microseconds since 1 Jan 1970 UTC.
        Specified by:
        microTime in interface EpochMicroClock
        Returns:
        the number of microseconds since 1 Jan 1970 UTC.