Advertisement
ace88

Untitled

Jan 16th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. public void compareDogs() {
  2.         doglist.sort(Comparator.comparing(Dog::getTailLength).thenComparing(Dog::getName));
  3.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement