I am using TreeBidiMap from the Apache Collections library. I want to sort this on the values which are doubles.
TreeBidiMap
doubles
My method is to retrieve a
Something like this should work, calling the ArrayList constructor that takes a Collection:
List theList = new ArrayList(coll);