Skip to content

Instantly share code, notes, and snippets.

@kdabir
Created May 7, 2012 13:48
Show Gist options
  • Save kdabir/2627867 to your computer and use it in GitHub Desktop.
Save kdabir/2627867 to your computer and use it in GitHub Desktop.
Sort map by value in groovy
map.sort { a,b -> a.value <=> b.value }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment