Package eu.bandm.tools.ops
Interface Interval<B>
- Type Parameters:
B
- the value type, on which the interval is constructed.
public interface Interval<B>
Abstract type with realizes an interval of a value type by lower and upper bound.
It must always hold that
getLowerBound() <= getUpperBound()
.-
Method Summary