Package com.regnosys.rosetta.utils
Class BigDecimalInterval
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(BigDecimalInterval other) static BigDecimalIntervalbounded(BigDecimal min, BigDecimal max) static BigDecimalIntervalboundedLeft(BigDecimal min) static BigDecimalIntervalboundedRight(BigDecimal max) divide(BigDecimalInterval other) booleaninvert()minimalCover(BigDecimalInterval other) multiply(BigDecimalInterval other) subtract(BigDecimalInterval other) static BigDecimalIntervalMethods inherited from class com.regnosys.rosetta.utils.Interval
getMax, getMin, hashCode, includes, isUnbounded, strictlyIncludes, toString
-
Constructor Details
-
BigDecimalInterval
-
-
Method Details
-
bounded
-
boundedLeft
-
boundedRight
-
unbounded
-
equals
- Overrides:
equalsin classInterval<BigDecimal>
-
minimalCover
-
add
-
subtract
-
multiply
-
divide
-
invert
-