Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #6287
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!goblin1!goblin3!goblin.stu.neva.ru!exi-transit.telstra.net!news.telstra.net!exi-spool.telstra.net!exi-reader.telstra.net!not-for-mail |
|---|---|
| Date | Tue, 19 Jul 2011 22:24:00 +1000 |
| From | Esmond Pitt <esmond.pitt@bigpond.com> |
| Reply-To | not.esmond.pitt@not.bigpond.com |
| User-Agent | Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 |
| MIME-Version | 1.0 |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Generics for a multiplevalue hashmap |
| References | <2f4c5543-ceef-4cdb-8ff7-b978f30766e0@glegroupsg2000goo.googlegroups.com> |
| In-Reply-To | <2f4c5543-ceef-4cdb-8ff7-b978f30766e0@glegroupsg2000goo.googlegroups.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Lines | 5 |
| Message-ID | <4e257763$0$46572$c30e37c6@exi-reader.telstra.net> (permalink) |
| NNTP-Posting-Host | 120.151.14.51 |
| X-Trace | 1311078243 exi-reader.telstra.net 46572 120.151.14.51:38427 |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:6287 |
Show key headers only | View raw
On 19/07/2011 7:31 AM, Alexis Berry wrote:
> public class MultipleValueHashMap<T, java.util.List<U>> implements Map<T, java.util.List<U>> {
public class MultipleValueHashMap<T, <L extends java.util.List<U>>>
implements Map<T, L> ?
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