All Classes and Interfaces

Class
Description
Decimal<T extends Decimal<T>>
Abstract base class for IEEE-754 decimals.
An IEEE-754 Decimal128.
An IEEE-754 Decimal32.
An IEEE-754 Decimal64.
Thrown to indicate a decimal value could not be converted to a target type (usually BigDecimal).
Exception thrown to indicate a coefficient or exponent overflow or underflow.
Type of decimal.
Provides conversion between Densely Packed Decimal encoding and BigInteger.
How to handle overflows when rounding (converting) to a target decimal type.
Signum constants used in decimal-java