Yes. There is definitly a way to sort a map by the value rather than the key. However, since I'm on vacation, I don't have access to my CUJ that describes how to do it. I'll post a follow up once I ...
Do you need to know how to sort Java objects in a collection, array, or map? Here's how to use the Comparable and Comparator interfaces and avoid ClassCastExceptions. Programmers frequently need to ...