| Class | Description | |
|---|---|---|
| AbstractDecimal | ||
| AdvancedAbstractDecimal | ||
| Currencies | Currencies and symbols. | |
| CurrencyValidator | The CurrencyValidator class validates that a string is a currency. | |
| Decimal | Immutable, arbitrary-precision signed decimal numbers. | |
| DecimalCompareFunction | ||
| DecimalFormat |
Immutable objects which encapsulate the format settings of Decimals. |
|
| DecimalFormatter | ||
| DecimalValidator | The DecimalValidator class validates that a string is a decimal number. | |
| DivisionResult | ||
| MathContext | Immutable objects which encapsulate the context settings which describe certain rules for numerical operators. | |
| Money |
The Money is an immutable, arbitrary-precision signed decimal number with currency. |
|
| MoneyFormat |
Immutable objects which encapsulate the format settings of Moneys. |
|
| MoneyFormatter | ||
| PrimitiveDecimal | Immutable, very limited, signed decimal numbers where precision is 2. | |
| SimpleDecimal | Immutable, limited, signed decimal numbers where precision is max. |