Java classificar lambda reverso
...stream()
.sorted(Comparator.reverseOrder())
Breakable Boar
...stream()
.sorted(Comparator.reverseOrder())