(String[] args)
| 6 | |
| 7 | public class SortedComparator { |
| 8 | public static void |
| 9 | main(String[] args) throws Exception { |
| 10 | FileToWords.stream("Cheese.dat") |
| 11 | .skip(10) |
| 12 | .limit(10) |
| 13 | .sorted(Comparator.reverseOrder()) |
| 14 | .map(w -> w + " ") |
| 15 | .forEach(System.out::print); |
| 16 | } |
| 17 | } |
| 18 | /* Output: |
| 19 | you what to the that sir leads in district And |