The Kaptain on … stuff

Posts Tagged ‘sort

24 Oct, 2009

Groovy reverse map sort done easy

Posted by: TheKaptain In: Development

Sorting a Map by value with Groovy is very simple, due to the added ‘sort’ method on the Map interface. def map = [a:3, b:2, c:1] map = map.sort {it.value} assert map == [c:1, b:2, a:3] Turns out doing a reverse sort on a Map by values is almost as easy. def map = [a:1, [...]


Get Adobe Flash playerPlugin by wpburn.com wordpress themes

About

Tales of development, life and the folly that goes along with both.

Tags

On Twitter

Powered by Twitter Tools