Appendable
An object to which char sequences and values can be appended.
An object to which char sequences and values can be appended.
An object to which char sequences and values can be appended.
Functions
Appends the specified character value to this Appendable and returns this instance.
Appends the specified character sequence value to this Appendable and returns this instance.
Appends a subsequence of the specified character sequence value to this Appendable and returns this instance.
Appends the specified character value to this Appendable and returns this instance.
Appends the specified character sequence value to this Appendable and returns this instance.
Appends a subsequence of the specified character sequence value to this Appendable and returns this instance.
Appends the specified character value to this Appendable and returns this instance.
Appends the specified character sequence value to this Appendable and returns this instance.
Appends a subsequence of the specified character sequence value to this Appendable and returns this instance.
Inheritors
Extensions
Appends a line feed character (\n
) to this Appendable.
Appends value to the given Appendable and a line feed character (\n
) after it.
Appends a line separator to this Appendable.
Appends value to the given Appendable and line separator after it.