Re: generics and arrays and multi-class collections



xen wrote:
For example, what exactly are the properties of

HashMap<Class<? extends Number>, List<? extends Number>>

I assume that that is a question, despite the lack of punctuation indicating so. The answer is in
<http://java.sun.com/docs/books/tutorial/java/generics/wildcards.html>

--
Lew
.