Package com.regnosys.rosetta.utils
Class PositiveIntegerInterval
java.lang.Object
com.regnosys.rosetta.utils.Interval<Integer>
com.regnosys.rosetta.utils.IntegerInterval
com.regnosys.rosetta.utils.PositiveIntegerInterval
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(PositiveIntegerInterval other) static PositiveIntegerIntervalbounded(int min, int max) static PositiveIntegerIntervalboundedLeft(int min) intmultiply(PositiveIntegerInterval other) Methods inherited from class com.regnosys.rosetta.utils.IntegerInterval
add, boundedRight, minimalCover, multiply, subtract, unboundedMethods inherited from class com.regnosys.rosetta.utils.Interval
equals, getMax, getMin, hashCode, includes, isUnbounded, strictlyIncludes, toString
-
Constructor Details
-
PositiveIntegerInterval
-
-
Method Details
-
bounded
-
boundedLeft
-
getMinBound
public int getMinBound() -
minimalCover
-
add
-
multiply
-