| Class | Description |
|---|---|
| BigDecimal |
This version of BigDecimal is similar to java.math.BigDecimal and is also Immutable, but is ByteEncodable.
|
| BigInteger |
Written using on-line Java Platform 1.2 API Specification, as well
as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998) and
"Applied Cryptography, Second Edition" by Bruce Schneier (Wiley, 1996).
|
| Currency | |
| Currency.CurrencyParser | |
| Decimal |
A Decimal is a mutable version of BigDecimal.
|
| DecimalFormat |
This is an immutable Decimal Format specifier.
|
| DecimalSymbols |
This contains the decimal symbols and format for a particular Locale for
either currency or non-currency decimal values.
|
| FormattedDecimal |
This class is used to format or parse a decimal value (NOT in
scientific notation) according to the format and symbols defined in
DecimalSymbols.
|
| MPN |
This contains various low-level routines for unsigned bigints.
|