Interface Interval

All Known Implementing Classes:
FoxGlynn

public interface Interval
An integer interval.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the left point of the interval.
    int
    Returns the right point of the interval.
  • Method Details

    • leftPoint

      int leftPoint()
      Returns the left point of the interval.
      Returns:
      first point included in the interval
    • rightPoint

      int rightPoint()
      Returns the right point of the interval.
      Returns:
      last point included in the interval