Interface Interval


public interface Interval
  • Method Summary

    Modifier and Type
    Method
    Description
    The end instant (exclusive).
    The start instant (inclusive).
  • Method Details

    • getEnd

      @Nonnull Instant getEnd()
      The end instant (exclusive).
    • getStart

      @Nonnull Instant getStart()
      The start instant (inclusive).