Name: Anonymous 2007-01-25 3:56
I'm having a really hard time using generics in Java. Why are they so damn confusing? Real generics aren't this hard. Can someone break this down and explain this to me?
List<Integer> myIntList = new LinkedList<Integer>();#include <list>
using std::list;