QUOTE(William_Wilson @ 17 Sep, 2007 - 07:35 PM)

which compiler are you using. Java 1.5 supports generics, but some IDEs such as jCreator do not as of yet.
I'm using Eclipse Java Compiler v_686_R32x, 3.2.2 release, on F/(64bit), with what i can set classfile target level: 1.1 to 1.6
QUOTE(Programmist @ 17 Sep, 2007 - 09:25 PM)

"If you are familiar with C++'s template mechanism, you might think that generics are similar, but the similarity is superficial. Generics do not generate a new class for each specialization, nor do they permit “template metaprogramming.”I actually have read the document and the tutorial it has link to before more then one time. I have also seen
David J. Eck's tutorial, what i would call - en clair. Ahh, probably i was to sluggish to finish writing the class correctly, because i thought - I could use existing type/class.