Class LongRange

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

public class LongRange extends Object implements Range<Long>
See Also:
  • Constructor Details

    • LongRange

      public LongRange(Long 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
    • LongRange

      public LongRange()
    • LongRange

      public LongRange(Long min, Long max)
  • Method Details