Class DoubleFormat.ScientificDoubleFormat

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

private static class DoubleFormat.ScientificDoubleFormat extends DoubleFormat.AbstractDoubleFormat
Format class that uses scientific notation for all values.
  • Constructor Details

    • ScientificDoubleFormat

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