Skip to content

Instantly share code, notes, and snippets.

@josephmilla
Last active August 29, 2015 14:07
Show Gist options
  • Save josephmilla/9aaec991c211de7bc2ec to your computer and use it in GitHub Desktop.
Save josephmilla/9aaec991c211de7bc2ec to your computer and use it in GitHub Desktop.
public static void main(String[] args) {
List<Person> list = null;
Collections.sort(list, decending(getComparator(NAME_SORT, ID_SORT)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment