How to sort a Map in Java - Java web development tutorials
Few comments: 1) The example is probably better named ValueSortedMap, to not confusing with existing java.util.SortedMap, which is by keys. 2) Your example mixed with Java generics and then not using it all the way through. Very annoying. You should ......