```Collections.sort(arrayList, { (x, y) -> y - ...
# getting-started
p
Copy code
Collections.sort(arrayList, { (x, y) -> y - x })