Package dev.nm.interval
Class RealInterval
- java.lang.Object
-
- dev.nm.interval.Interval<Double>
-
- dev.nm.interval.RealInterval
-
-
Constructor Summary
Constructors Constructor Description RealInterval(Double begin, Double end)
Construct an interval on the real line.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
lower()
Get the lower bound of this interval.double
upper()
Get the upper bound of this interval.
-