Class LongRange


  • public class LongRange
    extends Object
    Represents a contiguous range of long values, with an inclusive minimum and exclusive maximum
    • Field Detail

      • min

        public long min
        The inclusive minimum value of this range
      • max

        public long max
        The exclusive maximum value of this range
    • Constructor Detail

      • LongRange

        public LongRange​(long min,
                         long max)
        Creates a new double range, running from min inclusive to max exclusive