Uses of Class
org.apache.commons.text.numbers.DoubleFormat.AbstractDoubleFormat
-
Packages that use DoubleFormat.AbstractDoubleFormat Package Description org.apache.commons.text.numbers Provides algorithms for converting numbers to strings. -
-
Uses of DoubleFormat.AbstractDoubleFormat in org.apache.commons.text.numbers
Subclasses of DoubleFormat.AbstractDoubleFormat in org.apache.commons.text.numbers Modifier and Type Class Description private static class
DoubleFormat.EngineeringDoubleFormat
Format class that uses engineering notation for all values.private static class
DoubleFormat.MixedDoubleFormat
Format class producing results similar toDouble.toString()
, with plain decimal notation for small numbers relatively close to zero and scientific notation otherwise.private static class
DoubleFormat.PlainDoubleFormat
Format class that produces plain decimal strings that do not use scientific notation.private static class
DoubleFormat.ScientificDoubleFormat
Format class that uses scientific notation for all values.
-