“The best thing about a boolean is even if you are wrong, you are only off by a bit.”
Collections.sort(data, new Comparator(){ public int compare(Object o1, Object o2) { return o2.get(1).compareTo(o1.get(1)); } });