Re: RegexpKeyedMap

2005-03-30 Thread Manik Surtani
Hi I've added a few pages to the Jakarta wiki since Jakarta-Regexp doesn't have its own wiki links from http://wiki.apache.org/jakarta/InterWiki Cheers, Manik Vadim Gritsenko wrote: Manik Surtani wrote: Where is this wiki? You can use jakarta wiki: http://wiki.apache.org/jakarta/ Vadim ---

Re: RegexpKeyedMap

2005-02-24 Thread Vadim Gritsenko
Manik Surtani wrote: Where is this wiki? You can use jakarta wiki: http://wiki.apache.org/jakarta/ Vadim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RegexpKeyedMap

2005-02-10 Thread Manik Surtani
I've actually found a lot of use for this - e.g., lookups where I have the same value for a number of keys, etc. key: "red|blue|black" value: "colour" key: "one|two|three" value: "number" etc. Logically I would think this should go in the commons collections package, just another useful collecti

Re: RegexpKeyedMap

2005-02-10 Thread Vadim Gritsenko
Manik Surtani wrote: Hello all I've written a Regexp based hashmap - a simple extension to java.util.HashMap which uses regexps as keys, and returns values whose regexp keys match a 'requested' key. I'd like to submit this to Jakarta, but am not sure whether it would be here or to the Commons Colle