You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2014/08/23 11:38:11 UTC

[jira] [Updated] (LANG-1032) void StringUtils.join( Iterable, StringBuilder )

     [ https://issues.apache.org/jira/browse/LANG-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benedikt Ritter updated LANG-1032:
----------------------------------

    Fix Version/s: Discussion
                   Patch Needed

> void StringUtils.join( Iterable<String>, StringBuilder )
> --------------------------------------------------------
>
>                 Key: LANG-1032
>                 URL: https://issues.apache.org/jira/browse/LANG-1032
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.*
>    Affects Versions: 3.3.2
>            Reporter: Ondra Žižka
>             Fix For: Patch Needed, Discussion
>
>
> For performance reasons, it would be better to have a version of each join method which puts the intermediate results into a StringBuilder.
> I didn't look but believe that internally they use it anyway.
> So the method which returns String could be a wrapper for that.
> Thanks for considering.



--
This message was sent by Atlassian JIRA
(v6.2#6252)