Java Stream sortierte umgekehrt
list.stream().sorted(Comparator.reverseOrder())
Skandal
list.stream().sorted(Comparator.reverseOrder())