Uses of Class
org.apache.commons.text.numbers.ParsedDecimal
Packages that use ParsedDecimal
Package
Description
Provides algorithms for converting numbers to strings.
-
Uses of ParsedDecimal in org.apache.commons.text.numbers
Methods in org.apache.commons.text.numbers that return ParsedDecimalModifier and TypeMethodDescriptionstatic ParsedDecimal
ParsedDecimal.from
(double d) Constructs a new instance from the given double value.Methods in org.apache.commons.text.numbers with parameters of type ParsedDecimalModifier and TypeMethodDescriptionprotected abstract String
DoubleFormat.AbstractDoubleFormat.applyFiniteInternal
(ParsedDecimal val) Returns a formatted representation of the given rounded decimal value todst
.DoubleFormat.EngineeringDoubleFormat.applyFiniteInternal
(ParsedDecimal val) Returns a formatted representation of the given rounded decimal value todst
.protected String
DoubleFormat.MixedDoubleFormat.applyFiniteInternal
(ParsedDecimal val) Returns a formatted representation of the given rounded decimal value todst
.protected String
DoubleFormat.PlainDoubleFormat.applyFiniteInternal
(ParsedDecimal val) Returns a formatted representation of the given rounded decimal value todst
.DoubleFormat.ScientificDoubleFormat.applyFiniteInternal
(ParsedDecimal val) Returns a formatted representation of the given rounded decimal value todst
.