Class DoubleFormat.PlainDoubleFormat

java.lang.Object
org.apache.commons.text.numbers.DoubleFormat.AbstractDoubleFormat
org.apache.commons.text.numbers.DoubleFormat.PlainDoubleFormat
All Implemented Interfaces:
DoubleFunction<String>, ParsedDecimal.FormatOptions
Enclosing class:
DoubleFormat

private static class DoubleFormat.PlainDoubleFormat extends DoubleFormat.AbstractDoubleFormat
Format class that produces plain decimal strings that do not use scientific notation.
  • Constructor Details

    • PlainDoubleFormat

      PlainDoubleFormat(DoubleFormat.Builder builder)
      Constructs a new instance.
      Parameters:
      builder - builder instance containing configuration values
  • Method Details