Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 29759 invoked from network); 3 Jan 2007 14:31:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2007 14:31:50 -0000 Received: (qmail 16541 invoked by uid 500); 3 Jan 2007 14:31:55 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 16471 invoked by uid 500); 3 Jan 2007 14:31:55 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 16460 invoked by uid 99); 3 Jan 2007 14:31:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 06:31:55 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 06:31:48 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 917F77142BF for ; Wed, 3 Jan 2007 06:31:27 -0800 (PST) Message-ID: <10614310.1167834687551.JavaMail.jira@brutus> Date: Wed, 3 Jan 2007 06:31:27 -0800 (PST) From: "Stephen Colebourne (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Updated: (LANG-306) Extra StrBuilder methods In-Reply-To: <4797362.1167739587507.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LANG-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Colebourne updated LANG-306: ------------------------------------ Attachment: lang.patch > 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: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org