public interface StringBuilderFormattable
Modifier and Type | Method and Description |
---|---|
void |
formatTo(java.lang.StringBuilder buffer)
Writes a text representation of this object into the specified
StringBuilder , ideally without allocating
temporary objects. |