Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 35583 invoked from network); 3 Oct 2003 06:36:36 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Oct 2003 06:36:36 -0000 Received: (qmail 49490 invoked by uid 500); 3 Oct 2003 06:36:10 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 49423 invoked by uid 500); 3 Oct 2003 06:36:10 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 49409 invoked from network); 3 Oct 2003 06:36:10 -0000 Received: from unknown (HELO umbongo.flamefew.net) (64.253.103.114) by daedalus.apache.org with SMTP; 3 Oct 2003 06:36:10 -0000 Received: by umbongo.flamefew.net (Postfix on Linux (i386), from userid 500) id 07DE9C7D; Fri, 3 Oct 2003 02:36:20 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by umbongo.flamefew.net (Postfix on Linux (i386)) with ESMTP id F2D99C7B for ; Fri, 3 Oct 2003 02:36:20 -0400 (EDT) Date: Fri, 3 Oct 2003 02:36:20 -0400 (EDT) From: Henri Yandell X-X-Sender: hen@umbongo.flamefew.net To: Jakarta Commons Developers List Subject: [collections] OrderedMap added Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I've added the OrderedMap decorator. org.apache.commons.collections.decorators.OrderedMap. I've never implemented a Map this stringently before, so if anyone has any criticism I'd love to hear it. Usually I don't bother to obey the spec fully on values/entrySet/keySet. I've used the same paradigm for all three of the 'views', so once you see how I've done one, the others should be boring. Need to get some more unit tests in TestMap. Hen --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org