Decimal interface and other
central elements defining the decimal4j API for fixed-point decimal
numbers.See: Description
| Interface | Description |
|---|---|
| Decimal<S extends ScaleMetrics> |
Signed fixed-point decimal number similar to
BigDecimal. |
| DecimalArithmetic |
DecimalArithmetic defines the basic primitive operations for
Decimal numbers for one particular
combination of scale, rounding mode and overflow mode. |
| ImmutableDecimal<S extends ScaleMetrics> |
Interface implemented by immutable
Decimal classes of different
scales. |
| MutableDecimal<S extends ScaleMetrics> |
Interface implemented by mutable
Decimal classes of different scales. |
Decimal interface and other
central elements defining the decimal4j API for fixed-point decimal
numbers.