News

Got a selection sort from a previous programming class for plain old arrays that I've been trying to translate to array lists, but I'm missing key info on toArray or an easy way to copy the fields ...
The code reads a .csv file from a given filepath, creates an ArrayList of type Product (a place holder for the data) and then proceeds to show a Menu for the sorting of the data. using the Comparator ...