Uses of Class
org.apache.commons.text.numbers.DoubleFormat.AbstractDoubleFormat
Packages that use DoubleFormat.AbstractDoubleFormat
Package
Description
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.numbersModifier and TypeClassDescriptionprivate static class
Format class that uses engineering notation for all values.private static final class
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
Format class that produces plain decimal strings that do not use scientific notation.private static class
Format class that uses scientific notation for all values.