Class Durations


  • public final class Durations
    extends java.lang.Object

    Duration class.

    • Constructor Summary

      Constructors 
      Constructor Description
      Durations()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FOREVER

        public static final java.time.Duration FOREVER
        Constant FOREVER
      • ONE_MILLISECOND

        public static final java.time.Duration ONE_MILLISECOND
        Constant ONE_MILLISECOND
      • ONE_HUNDRED_MILLISECONDS

        public static final java.time.Duration ONE_HUNDRED_MILLISECONDS
        Constant ONE_HUNDRED_MILLISECONDS
      • TWO_HUNDRED_MILLISECONDS

        public static final java.time.Duration TWO_HUNDRED_MILLISECONDS
        Constant TWO_HUNDRED_MILLISECONDS
      • FIVE_HUNDRED_MILLISECONDS

        public static final java.time.Duration FIVE_HUNDRED_MILLISECONDS
        Constant FIVE_HUNDRED_MILLISECONDS
      • ONE_SECOND

        public static final java.time.Duration ONE_SECOND
        Constant ONE_SECOND
      • TWO_SECONDS

        public static final java.time.Duration TWO_SECONDS
        Constant TWO_SECONDS
      • FIVE_SECONDS

        public static final java.time.Duration FIVE_SECONDS
        Constant FIVE_SECONDS
      • TEN_SECONDS

        public static final java.time.Duration TEN_SECONDS
        Constant TEN_SECONDS
      • ONE_MINUTE

        public static final java.time.Duration ONE_MINUTE
        Constant ONE_MINUTE
      • TWO_MINUTES

        public static final java.time.Duration TWO_MINUTES
        Constant TWO_MINUTES
      • FIVE_MINUTES

        public static final java.time.Duration FIVE_MINUTES
        Constant FIVE_MINUTES
      • TEN_MINUTES

        public static final java.time.Duration TEN_MINUTES
        Constant TEN_MINUTES
    • Constructor Detail

      • Durations

        public Durations()