Interface IntBound
- All Known Implementing Classes:
IntBound.Finite,IntBound.Infinite
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic enum -
Method Summary
Modifier and TypeMethodDescriptionadd(IntBound other, RoundingMode roundingMode) intcompareBound(IntBound other) div(IntBound other, RoundingMode roundingMode) default booleangreaterThanOrEquals(IntBound other) booleanisFinite()booleanlessThanOrEquals(IntBound other) default IntBounddefault IntBoundminus(RoundingMode roundingMode) mul(IntBound other, RoundingMode roundingMode) static IntBoundof(int value) static IntBoundof(BigDecimal value, RoundingMode roundingMode) intsignum()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
-