You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2007/01/02 19:06:27 UTC

[jira] Commented: (LANG-306) Extra StrBuilder methods

    [ http://issues.apache.org/jira/browse/LANG-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461777 ] 

Henri Yandell commented on LANG-306:
------------------------------------

I presume this is a blocker for 2.3 rather than an enhancement for 3.0? [was going to build 2.3 today].

> 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
>
>         Attachments: 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: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org