Class IntegerRange

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

public class IntegerRange extends Object implements Range<Integer>
See Also:
  • Constructor Details

    • IntegerRange

      public IntegerRange(Integer 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
    • IntegerRange

      public IntegerRange()
    • IntegerRange

      public IntegerRange(Integer min, Integer max)
  • Method Details