How to sort a Map<Key, Value> on the values in Java with google collections ordering function
- by chris-gr
How to sort a map(?,B) on the values in Java with google collections ordering function, if B is a class, which has a field of type double, which should be used for ordering.