I'm reading in a delimeted text file (X rows, 4 columns) in this case tab delimited. I would like the array to be sorted in the array.
This is the best I have come up with, but it seems very harsh. Is there no easier way of sorting an array?
Code:
String[][] tempData; tempData = new String[20][4]; [ stuff deleted when using CSV to read in the file ]