hello i am pretty new to java i am making my first program that will get info from mp3 files and find all duplicates now i get a very very big array (arraylist to be exact) with some objects that havs a couple of strings artist title ...
what is the best way to organize this array let say according to artist so it will be most efficient (not using a linked list) i thought alphabetically so i can compare songs only with artist in the same letters
i thought maybe using an arraylist and do what you do with an linked list check where to put your object and push everything forward so your array is always organized
the best way i found is Collections methods but i don't really know what it is ill be very happy if some one explain to me what it is and how to use it (good likes to guide are good to )
i well be happy to read what you think i should do ....