Skip to content

Instantly share code, notes, and snippets.

@iyengarajay
Created May 22, 2016 05:07
Show Gist options
  • Save iyengarajay/0cd0de658106a27ae78b6cdcd8b6b362 to your computer and use it in GitHub Desktop.
Save iyengarajay/0cd0de658106a27ae78b6cdcd8b6b362 to your computer and use it in GitHub Desktop.
Collections.sort(teens,
Comparator.comparing(Teenager::getAge)
.thenComparing(Teenager::getPhoneBrand,Comparator.nullsLast(Comparator.naturalOrder())));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment