Look at the following classes :java.util.Collectionsjava.util.ComparatorSo what you do is create a class and implementComparator, this does the actual sorting.Then just do the following,Collections.sort( LIST, COMPARATOR_CLASS );