Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

2D list

csckidMar 20 2011 — edited Mar 20 2011
I 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.
This post has been answered by Kayaman on Mar 20 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2011
Added on Mar 20 2011
4 comments
232 views