Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 53295 invoked from network); 9 Jun 2009 22:22:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jun 2009 22:22:18 -0000 Received: (qmail 32823 invoked by uid 500); 9 Jun 2009 22:22:30 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 32710 invoked by uid 500); 9 Jun 2009 22:22:29 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 32700 invoked by uid 99); 9 Jun 2009 22:22:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 22:22:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 22:22:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 82BDB234C004 for ; Tue, 9 Jun 2009 15:22:07 -0700 (PDT) Message-ID: <1999441809.1244586127528.JavaMail.jira@brutus> Date: Tue, 9 Jun 2009 15:22:07 -0700 (PDT) From: "Stephen Colebourne (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (PRIMITIVES-14) More operations with primites for the collections In-Reply-To: <367543018.1244583667342.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PRIMITIVES-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717843#action_12717843 ] Stephen Colebourne commented on PRIMITIVES-14: ---------------------------------------------- See Joda-Primitives - http://joda-primitives.sourceforge.net/ - for a fork that does this. > More operations with primites for the collections > ------------------------------------------------- > > Key: PRIMITIVES-14 > URL: https://issues.apache.org/jira/browse/PRIMITIVES-14 > Project: Commons Primitives > Issue Type: New Feature > Reporter: Pino Silvaggio > Priority: Minor > > We should have an elegant way to perform operations with primitives using collections. > Examples: > new ArrayDoubleList(double[]) > ArrayDoubleList.addAll(double[]) > ArrayDoubleList.removeAll(double[]) > etc... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.