Class InstantRange

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

public class InstantRange extends Object implements Range<Instant>
See Also:
  • Constructor Details

    • InstantRange

      public InstantRange(Instant 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
    • InstantRange

      public InstantRange()
    • InstantRange

      public InstantRange(Instant min, Instant max)
  • Method Details