Return-Path: Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 23678 invoked from network); 19 Sep 2003 13:19:38 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 19 Sep 2003 13:19:38 -0000 Received: (qmail 14907 invoked by uid 50); 19 Sep 2003 13:22:34 -0000 Date: 19 Sep 2003 13:22:34 -0000 Message-ID: <20030919132234.14906.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 23270] New: - New features required for DoubleOreredMap X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23270 New features required for DoubleOreredMap Summary: New features required for DoubleOreredMap Product: Commons Version: Nightly Builds Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Collections AssignedTo: commons-dev@jakarta.apache.org ReportedBy: Dave@JungleMoss.com I need to add some new features in DoubleOrderedMap: 1. Optional transaction support. 2. Use of Comparators (if specified) instead of natural ordering. 3. Decorators for DoubleOrderedMap This is an umbrella issue for me to add patches to for review until everybody is happy with it!