Package com.regnosys.rosetta.utils
Class IntegerInterval
- Direct Known Subclasses:
PositiveIntegerInterval
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(IntegerInterval other) static IntegerIntervalbounded(int min, int max) static IntegerIntervalboundedLeft(int min) static IntegerIntervalboundedRight(int max) minimalCover(IntegerInterval other) multiply(IntegerInterval other) subtract(IntegerInterval other) static IntegerIntervalMethods inherited from class com.regnosys.rosetta.utils.Interval
equals, getMax, getMin, hashCode, includes, isUnbounded, strictlyIncludes, toString
-
Constructor Details
-
IntegerInterval
-
-
Method Details
-
bounded
-
boundedLeft
-
boundedRight
-
unbounded
-
minimalCover
-
add
-
subtract
-
multiply
-