Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Append all the elements in a collection with no separator:
StrBuilder.appendAll(Collection)
StrBuilder.appendAll(Object[])
StrBuilder.appendAll(Iterator)
Append the data followed by a new line:
StrBuilder.appendln(...)
Append a separator if the buffer is not empty:
StrBuilder.appendSeparator(String)
Append a separator if the index > 0:
StrBuilder.appendSeparator(String, index)