Class DoubleRange

java.lang.Object
co.yellowdog.platform.model.DoubleRange
All Implemented Interfaces:
Range<Double>, Serializable

public class DoubleRange extends Object implements Range<Double>
See Also:
  • Constructor Details

    • DoubleRange

      public DoubleRange(Double minMax)
      Single parameter constructor used when a single value is expected, i.e., the value is both the minimum and maximum in the range.
      Parameters:
      minMax - the minimum and maximum value for this range
    • DoubleRange

      public DoubleRange()
    • DoubleRange

      public DoubleRange(Double min, Double max)
  • Method Details