Interface Interval

  • All Known Implementing Classes:
    DoubleInterval, LongInterval

    public interface Interval
    This interface define an interval.
    Since:
    0.8
    Author:
    Laurent Jourdren
    • Method Detail

      • isInInterval

        boolean isInInterval​(Number value)
        Test if a number is in an interval.
        Parameters:
        value - value to test
        Returns:
        true if the number is in the interval