appendln
Deprecated
Use appendLine instead. Note that the new method always appends the line feed character '\n' regardless of the system line separator.
Replace with
appendLine()
Appends a line separator to this Appendable.
Deprecated
Use appendLine instead. Note that the new method always appends the line feed character '\n' regardless of the system line separator.
Replace with
appendLine(value)
Appends value to the given Appendable and line separator after it.
Deprecated
Use appendLine instead. Note that the new method always appends the line feed character '\n' regardless of the system line separator.
Replace with
appendLine()
Appends a line separator to this StringBuilder.
Deprecated
Use appendLine instead. Note that the new method always appends the line feed character '\n' regardless of the system line separator.
Replace with
appendLine(value)
Appends value to this StringBuilder, followed by a line separator.
Deprecated
Use appendLine instead
Replace with
appendLine(it)
Deprecated
Use appendLine instead
Replace with
appendLine()