Class Interval


  • public class Interval
    extends Object
    • Constructor Detail

      • Interval

        public Interval​(long lowerBound,
                        long upperBound)
      • Interval

        public Interval​(long lowerBound,
                        TimeUnit lowerUnit,
                        long upperBound,
                        TimeUnit upperUnit)
    • Method Detail

      • getLowerBound

        public long getLowerBound()
      • getUpperBound

        public long getUpperBound()