Uses of Class
io.github.tonywasher.joceanus.oceanus.decimal.OceanusDecimalLocale
Packages that use OceanusDecimalLocale
Package
Description
Package that provides a Decimal implementation in many ways similar to that provided by
BigDecimal, except that the class is mutable, allowing for much faster arithmetic.
-
Uses of OceanusDecimalLocale in io.github.tonywasher.joceanus.oceanus.decimal
Fields in io.github.tonywasher.joceanus.oceanus.decimal declared as OceanusDecimalLocaleModifier and TypeFieldDescription(package private) static final OceanusDecimalLocaleOceanusDecimalFormatter.LOCALE_DEFAULTThe locale.Methods in io.github.tonywasher.joceanus.oceanus.decimal with parameters of type OceanusDecimalLocaleModifier and TypeMethodDescriptionprotected static voidOceanusDecimalParser.parseDecimalValue(String pValue, OceanusDecimalLocale pLocale, boolean useMoneyDecimal, OceanusDecimal pResult) Parse a string into a decimal.protected static longOceanusDecimalParser.parseLongValue(String pValue, OceanusDecimalLocale pLocale) Parse a long value.