Class OpenInterval

    • Constructor Detail

      • OpenInterval

        public OpenInterval​(double start,
                            double extent)
    • Method Detail

      • contains

        public boolean contains​(double value)
        Description copied from interface: Interval
        Tests if this interval contains the specified value
        Specified by:
        contains in interface Interval
        Overrides:
        contains in class ClosedInterval
        Parameters:
        value - the value to test
        Returns:
        true if the interval contains the value, false otherwise