Skip to content

Instantly share code, notes, and snippets.

@mahata
Created January 3, 2018 09:40
Show Gist options
  • Save mahata/16cdaa8d713db0d4ce4153e3379ba53a to your computer and use it in GitHub Desktop.
Save mahata/16cdaa8d713db0d4ce4153e3379ba53a to your computer and use it in GitHub Desktop.
val arrayList = arrayListOf(1, 5, 2)
Collections.sort(arrayList, { x, y -> y - x })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment