Class Range


  • public class Range
    extends Object
    representing a range of values [min, max]
    • Field Detail

      • min

        protected double min
      • max

        protected double max
    • Constructor Detail

      • Range

        public Range​(double min,
                     double max)
    • Method Detail

      • getMin

        public double getMin()
        Returns:
        the min
      • setMin

        public void setMin​(double min)
        Parameters:
        min - the min to set
      • getMax

        public double getMax()
        Returns:
        the max
      • setMax

        public void setMax​(double max)
        Parameters:
        max - the max to set