Java sortieren umgekehrte Lambda
...stream()
.sorted(Comparator.reverseOrder())
Breakable Boar
...stream()
.sorted(Comparator.reverseOrder())