Extra StrBuilder methods
------------------------
Key: LANG-306
URL: http://issues.apache.org/jira/browse/LANG-306
Project: Commons Lang
Issue Type: Improvement
Reporter: Stephen Colebourne
Priority: Minor
Fix For: 2.3
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)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]