Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 84721 invoked from network); 16 Feb 2009 22:00:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2009 22:00:23 -0000 Received: (qmail 20176 invoked by uid 500); 16 Feb 2009 22:00:20 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 20107 invoked by uid 500); 16 Feb 2009 22:00:20 -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 20096 invoked by uid 99); 16 Feb 2009 22:00:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Feb 2009 14:00:20 -0800 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; Mon, 16 Feb 2009 22:00:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8B79B234C48C for ; Mon, 16 Feb 2009 13:59:59 -0800 (PST) Message-ID: <617034439.1234821599570.JavaMail.jira@brutus> Date: Mon, 16 Feb 2009 13:59:59 -0800 (PST) From: "Sebb (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (COLLECTIONS-320) StaticBucketMap#putall() uses inefficient keySet() iterator when it could use entrySet() iterator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org StaticBucketMap#putall() uses inefficient keySet() iterator when it could use entrySet() iterator ------------------------------------------------------------------------------------------------- Key: COLLECTIONS-320 URL: https://issues.apache.org/jira/browse/COLLECTIONS-320 Project: Commons Collections Issue Type: Bug Components: Map Reporter: Sebb Priority: Minor Attachments: StaticBucketMap.patch StaticBucketMap#putall() uses inefficient keySet() iterator when it could use entrySet() iterator. Patch to follow. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.