Why does this work:
List> list = new LinkedList();
while this gives a type dismatch error:
List
Use,
List> list1 = new LinkedList>();