List>
I want to sort the List by the int from highest to lowest.
List
int
java.util.Collections.sort(list, Comparator)
You will need to write a Comparator>
Comparator>