Uses of Interface java.lang.Appendable

Uses in package java.lang

Methods with return type java.lang.Appendable

Appendable
Appends the Unicode character, c, to this Appendable object.
Appendable
Appends the specified sequence of Unicode characters to this Appendable object.
Appendable
Appendable.append(CharSequence seq, int start, int end)
Appends the specified subsequence of Unicode characters to this Appendable object, starting and ending at the specified positions within the sequence.