Java Stream Sorted Reverse
list.stream().sorted(Comparator.reverseOrder())
Skandal
list.stream().sorted(Comparator.reverseOrder())