[
https://issues.apache.org/jira/browse/LANG-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462038
]
Henri Yandell commented on LANG-306:
------------------------------------
LANG-69 is a blocker - so things can go in until that gets fixed.
> Extra StrBuilder methods
> ------------------------
>
> Key: LANG-306
> URL: https://issues.apache.org/jira/browse/LANG-306
> Project: Commons Lang
> Issue Type: Improvement
> Reporter: Stephen Colebourne
> Priority: Minor
> Fix For: 2.3
>
> Attachments: lang.patch, StrBuilder.java
>
>
> 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:
https://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]