2D list
csckidMar 20 2011 — edited Mar 20 2011I am looking for any java.util that will be able to store, double and string. Similar to:
ArrayList<Double, String> a= new ArrayList<Double, String>();
But this isn't possilble. Is there any better technique? One more thing, I'm trying to avoid array.