Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #6281
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Generics for a multiplevalue hashmap |
| Date | 2011-07-19 03:59 -0700 |
| Organization | Canadian Mind Products |
| Message-ID | <nsoa27hdru9dn0tc3bv1g2k0t2rd9bacp6@4ax.com> (permalink) |
| References | <2f4c5543-ceef-4cdb-8ff7-b978f30766e0@glegroupsg2000goo.googlegroups.com> |
On Mon, 18 Jul 2011 14:31:33 -0700 (PDT), Alexis Berry <iamrichardjones@gmail.com> wrote, quoted or indirectly quoted someone who said : >I want to create a HashMap which has a list for each key. Therefore I can store more than one value for each key. >I know this breaks the true use of a hashmap but I want a datastruture that takes one key and hold multiple value) I invented such a beast for String multivalues. Source: https://wush.net/websvn/mindprod/filedetails.php?repname=mindprod&path=%2Fcom%2Fmindprod%2Freplicatorcommon%2FMultiProperties.java -- Roedy Green Canadian Mind Products http://mindprod.com One thing I love about having a website, is that when I complain about something, I only have to do it once. It saves me endless hours of grumbling.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
Generics for a multiplevalue hashmap Alexis Berry <iamrichardjones@gmail.com> - 2011-07-18 14:31 -0700
Re: Generics for a multiplevalue hashmap markspace <-@.> - 2011-07-18 14:40 -0700
Re: Generics for a multiplevalue hashmap Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-07-18 21:00 -0300
Re: Generics for a multiplevalue hashmap Arne Vajhøj <arne@vajhoej.dk> - 2011-07-18 23:01 -0400
Re: Generics for a multiplevalue hashmap Roedy Green <see_website@mindprod.com.invalid> - 2011-07-19 03:59 -0700
Re: Generics for a multiplevalue hashmap Esmond Pitt <esmond.pitt@bigpond.com> - 2011-07-19 22:24 +1000
Re: Generics for a multiplevalue hashmap markspace <-@.> - 2011-07-19 08:31 -0700
csiph-web