Interface StringBuilderFormattable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void formatTo​(java.lang.StringBuilder buffer)
      Writes a text representation of this object into the specified StringBuilder, ideally without allocating temporary objects.
    • Method Detail

      • formatTo

        void formatTo​(java.lang.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