Linked by Tony Steidler-Dennison on Thu 10th Jul 2008 13:39 UTC, submitted by BlueVoodoo
Thread beginning with comment 322373
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.




Member since:
2007-04-29
just don't go to wild :
* List<int> primitive;
* List<Integer> array[];
* if (T instanceof String) {}
* function(List<Integer>.class);
and i have a lot of other trouble because of the type erasure. so kids, just say no and wait for the proper implementation. java generics are nothing but a fancy way to remove the casting.