Class DoubleFormat.PlainDoubleFormat

    • Constructor Detail

      • PlainDoubleFormat

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

      • applyFiniteInternal

        protected java.lang.String applyFiniteInternal​(ParsedDecimal val)
        Returns a formatted representation of the given rounded decimal value to dst.
        Specified by:
        applyFiniteInternal in class DoubleFormat.AbstractDoubleFormat
        Parameters:
        val - value to format
        Returns:
        a formatted representation of the given rounded decimal value to dst.