Interface IntBound
- All Known Implementing Classes:
IntBound.Finite
,IntBound.Infinite
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
static enum
-
Method Summary
Modifier and TypeMethodDescriptionadd
(IntBound other, RoundingMode roundingMode) int
compareBound
(IntBound other) div
(IntBound other, RoundingMode roundingMode) default boolean
greaterThanOrEquals
(IntBound other) boolean
isFinite()
boolean
lessThanOrEquals
(IntBound other) default IntBound
default IntBound
minus
(RoundingMode roundingMode) mul
(IntBound other, RoundingMode roundingMode) static IntBound
of
(int value) static IntBound
of
(BigDecimal value, RoundingMode roundingMode) int
signum()
sub
(IntBound other, RoundingMode roundingMode)
-
Method Details
-
lessThanOrEquals
-
greaterThanOrEquals
-
isFinite
boolean isFinite() -
min
-
max
-
minus
-
add
-
sub
-
mul
-
div
-
signum
int signum() -
compareBound
-
of
-
of
-