[csu540-f05-rpf] csu540f05 - arraylist help

Simon Schanche sschanche at gmail.com
Mon Nov 21 18:00:19 EST 2005


Hi,

Anyone know how to create an array list of triangle objects

ArrayList<Tri> triArray = new ArrayList<Tri>(1);

is giving me the following problem "The type ArrayList is not generic;
it cannot be parameterized with arguments <Tri>"


Simon



More information about the csu540-f05-rpf mailing list