DecimalFactory
interface and implementations for different scales; the
Factories
class provides generic
access to those factories.See: Description
Interface | Description |
---|---|
DecimalFactory<S extends ScaleMetrics> |
Class | Description |
---|---|
Factories |
Utility class with static methods to access
DecimalFactory instances. |
Enum | Description |
---|---|
Factory0f |
The factory for decimals with scale 0 creating
Decimal0f and
MutableDecimal0f instances. |
Factory10f |
The factory for decimals with scale 10 creating
Decimal10f and
MutableDecimal10f instances. |
Factory11f |
The factory for decimals with scale 11 creating
Decimal11f and
MutableDecimal11f instances. |
Factory12f |
The factory for decimals with scale 12 creating
Decimal12f and
MutableDecimal12f instances. |
Factory13f |
The factory for decimals with scale 13 creating
Decimal13f and
MutableDecimal13f instances. |
Factory14f |
The factory for decimals with scale 14 creating
Decimal14f and
MutableDecimal14f instances. |
Factory15f |
The factory for decimals with scale 15 creating
Decimal15f and
MutableDecimal15f instances. |
Factory16f |
The factory for decimals with scale 16 creating
Decimal16f and
MutableDecimal16f instances. |
Factory17f |
The factory for decimals with scale 17 creating
Decimal17f and
MutableDecimal17f instances. |
Factory18f |
The factory for decimals with scale 18 creating
Decimal18f and
MutableDecimal18f instances. |
Factory1f |
The factory for decimals with scale 1 creating
Decimal1f and
MutableDecimal1f instances. |
Factory2f |
The factory for decimals with scale 2 creating
Decimal2f and
MutableDecimal2f instances. |
Factory3f |
The factory for decimals with scale 3 creating
Decimal3f and
MutableDecimal3f instances. |
Factory4f |
The factory for decimals with scale 4 creating
Decimal4f and
MutableDecimal4f instances. |
Factory5f |
The factory for decimals with scale 5 creating
Decimal5f and
MutableDecimal5f instances. |
Factory6f |
The factory for decimals with scale 6 creating
Decimal6f and
MutableDecimal6f instances. |
Factory7f |
The factory for decimals with scale 7 creating
Decimal7f and
MutableDecimal7f instances. |
Factory8f |
The factory for decimals with scale 8 creating
Decimal8f and
MutableDecimal8f instances. |
Factory9f |
The factory for decimals with scale 9 creating
Decimal9f and
MutableDecimal9f instances. |
DecimalFactory
interface and implementations for different scales; the
Factories
class provides generic
access to those factories.