How to declare an array of Vector<double[]> ?
843793Aug 6 2005 — edited May 27 2010Hi,
would like to declare an array of Vector<double[]>.
How to tell this the compiler ?
Thanks
Predict.java:36: ';' expected
private Vector<double[]> test[]=new Vector<double[]>[ 3 ]();
Predict.java:36: generic array creation
private Vector<double[]> test[]=new Vector<double[]>[ 3 ];