First of all, you should make a class Album that holds the information of one specific album. Then either implement Comparable or Comparator Interface.
Comparable if the albums are always sorted based on the same
field.
Comparator if you need to implement multiple sorting logic