How come in java we cannot do:
List> aList = new ArrayList>();
Even though thi
I'm not very familiar with Java syntax but it seems that your issue is this:
Covariance & Contravariance