Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 5448 invoked from network); 13 Sep 2007 00:46:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Sep 2007 00:46:08 -0000 Received: (qmail 59887 invoked by uid 500); 13 Sep 2007 00:45:55 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 59783 invoked by uid 500); 13 Sep 2007 00:45:54 -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 59596 invoked by uid 99); 13 Sep 2007 00:45:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 17:45:54 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 13 Sep 2007 00:47:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3F3B271420B for ; Wed, 12 Sep 2007 17:45:38 -0700 (PDT) Message-ID: <15189606.1189644338256.JavaMail.jira@brutus> Date: Wed, 12 Sep 2007 17:45:38 -0700 (PDT) From: "Henri Yandell (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (COLLECTIONS-258) DualLinkedHashBidiMap 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/COLLECTIONS-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526956 ] Henri Yandell commented on COLLECTIONS-258: ------------------------------------------- Minor note - this would make Collections JDK 1.4 dependent. That may not be a huge issue as components in Commons are moving to JDK 1.4 dependency anyway. > DualLinkedHashBidiMap > --------------------- > > Key: COLLECTIONS-258 > URL: https://issues.apache.org/jira/browse/COLLECTIONS-258 > Project: Commons Collections > Issue Type: New Feature > Components: BidiMap > Reporter: Nathan Blomquist > Priority: Trivial > Attachments: DualLinkedHashBidiMap.java > > > I recently needed a BidiMap that also maintained an insertion iteration order. I didn't find one in Commons Collections, but I did find a good framework for the creation of one. > I basically took the code from DualHashBidiMap and changed all the references from HashMap to LinkedHashMap. This made it trivial to create. > Thanks for the great package! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.