|
Hi,
I admit I'm having trouble getting all the Collections straight in my mind. Can someone tell me the kind I need for the following:
I need to store the results of changeable SQL queries in a 2D-array like structure that is extensible - I won't know the ultimate size when I create it - and that can be sorted on any column. Ideally I'd like to store both strings and floats and sort everything based on the appropriate method for each column.
With an array this would of course be a snap. What's the proper way to do it in Java?
|
|
|
|
|
|
|
|