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 string representation of the specified object value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Appends the string representation of the specified boolean value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Since Kotlin
Appends characters in the specified character array value to this string builder and returns this instance.
Characters are appended in order, starting at the index 0.
Since Kotlin
Appends the specified string value to this string builder and returns this instance.
If value is null
, then the four characters "null"
are appended.
Since Kotlin
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 string representation of the specified object value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Appends the string representation of the specified boolean value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Since Kotlin
Appends characters in the specified character array value to this string builder and returns this instance.
Characters are appended in order, starting at the index 0.
Since Kotlin
Appends the specified string value to this string builder and returns this instance.
If value is null
, then the four characters "null"
are appended.
Since Kotlin
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 string representation of the specified object value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Appends the string representation of the specified boolean value to this string builder and returns this instance.
The overall effect is exactly as if the value were converted to a string by the value.toString()
method, and then that string was appended to this string builder.
Appends characters in the specified character array value to this string builder and returns this instance.
Characters are appended in order, starting at the index 0.
Appends the specified string value to this string builder and returns this instance.
If value is null
, then the four characters "null"
are appended.