persons.sort( Comparator.<Person, String>comparing(p -> p.lastName) .thenComparing(p -> p.firstName) .thenComparing(p -> p.zipCode) );
沒有留言:
張貼留言