Uses of Enum Class
app.babylon.text.BigDecimals.DecimalPolicy
Packages that use BigDecimals.DecimalPolicy
-
Uses of BigDecimals.DecimalPolicy in app.babylon.text
Methods in app.babylon.text that return BigDecimals.DecimalPolicyModifier and TypeMethodDescriptionstatic BigDecimals.DecimalPolicyBigDecimals.DecimalPolicy.fromLocale(Locale locale) Returns a decimal policy from the decimal separator used by the supplied locale.static BigDecimals.DecimalPolicyReturns the enum constant of this class with the specified name.static BigDecimals.DecimalPolicy[]BigDecimals.DecimalPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in app.babylon.text with parameters of type BigDecimals.DecimalPolicyModifier and TypeMethodDescriptionstatic BigDecimalBigDecimals.parse2(CharSequence s, int start, int end, BigDecimals.DecimalPolicy policy) Parses a decimal value from a slice of the supplied text.