Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 84404 invoked from network); 24 Nov 2003 12:11:51 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 24 Nov 2003 12:11:51 -0000 Received: (qmail 89193 invoked by uid 500); 24 Nov 2003 12:11:48 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 88912 invoked by uid 500); 24 Nov 2003 12:11:47 -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 88876 invoked from network); 24 Nov 2003 12:11:38 -0000 Received: from unknown (HELO localhost.localdomain) (194.222.212.136) by daedalus.apache.org with SMTP; 24 Nov 2003 12:11:38 -0000 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.8/8.12.8) with ESMTP id hAOHB3fR019049 for ; Mon, 24 Nov 2003 12:11:14 -0500 Received: (from yan@localhost) by localhost.localdomain (8.12.8/8.12.5/Submit) id hAOHAkRO019044; Mon, 24 Nov 2003 12:10:46 -0500 X-Authentication-Warning: localhost.localdomain: yan set sender to yan@studylink.com using -f Subject: Re: [collections] CaseInsensitiveHashMap From: Janek Bogucki To: Jakarta Commons Developers List In-Reply-To: <3FC172C0.6010901@steitz.com> References: <3FC172C0.6010901@steitz.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 24 Nov 2003 12:10:46 -0500 Message-Id: <1069693846.2131.26.camel@localhost.localdomain> Mime-Version: 1.0 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 On Sun, 2003-11-23 at 21:53, Phil Steitz wrote: > A few weeks back, David Graham submitted code for a > CaseInsensitiveHashMap here: > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24537 > > This looks like a good addition to [collections] to me. > > Any objections to my coding up some tests and adding this class to the > map package? > > Phil > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > > It might be best to use an instance of o.a.c.c.decorators.TransformedMap with a lower case key transformer and a null value transformer to implement this class. Even though the posted implementation is simple, using the decorator removes the need to have the 'plumbing' code currently present -- and illustrates the use of the collections library. -Janek --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org