Example usage for Java java.lang Appendable fields, constructors, methods, implement or subclass
The text is from its open source code.
Appendable | append(CharSequence csq) Appends the specified character sequence to this Appendable . |
Appendable | append(char c) Appends the specified character to this Appendable . |
String | toString() Returns a string representation of the object. |