append
Appends the specified character value to this Appendable and returns this instance.
Parameters
the character to append.
Appends the specified character sequence value to this Appendable and returns this instance.
Parameters
the character sequence to append. If value is null
, then the four characters "null"
are appended to this Appendable.
Appends a subsequence of the specified character sequence value to this Appendable and returns this instance.
Parameters
Throws
or IllegalArgumentException when startIndex or endIndex is out of range of the value character sequence indices or when startIndex > endIndex
.
Appends the specified character value to this Appendable and returns this instance.
Parameters
the character to append.
Appends the specified character sequence value to this Appendable and returns this instance.
Parameters
the character sequence to append. If value is null
, then the four characters "null"
are appended to this Appendable.
Appends a subsequence of the specified character sequence value to this Appendable and returns this instance.
Parameters
Throws
or IllegalArgumentException when startIndex or endIndex is out of range of the value character sequence indices or when startIndex > endIndex
.
Appends the specified character value to this Appendable and returns this instance.
Parameters
the character to append.
Appends the specified character sequence value to this Appendable and returns this instance.
Parameters
the character sequence to append. If value is null
, then the four characters "null"
are appended to this Appendable.
Appends a subsequence of the specified character sequence value to this Appendable and returns this instance.
Parameters
Throws
or IllegalArgumentException when startIndex or endIndex is out of range of the value character sequence indices or when startIndex > endIndex
.