https://kotlinlang.org logo
r

Ruckus

12/08/2016, 5:16 PM
Why not just use
arrayList.sort { x, y -> y - x }
?