Class OffsetEpochNanoClock.TimeFields

  • Enclosing class:
    OffsetEpochNanoClock

    static final class OffsetEpochNanoClock.TimeFields
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TimeFields​(long initialCurrentNanoTime, long initialNanoTime, boolean isWithinThreshold)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • initialCurrentNanoTime

        final long initialCurrentNanoTime
      • initialNanoTime

        final long initialNanoTime
      • isWithinThreshold

        final boolean isWithinThreshold
    • Constructor Detail

      • TimeFields

        private TimeFields​(long initialCurrentNanoTime,
                           long initialNanoTime,
                           boolean isWithinThreshold)