Interface StringBuilderFormattable

    • Method Detail

      • formatTo

        void formatTo​(StringBuilder buffer)
        Writes a text representation of this object into the specified StringBuilder, ideally without allocating temporary objects.
        Parameters:
        buffer - the StringBuilder to write into