I have a map which looks like below. What I want to do is get the minimum float value and its corresponding key. Also the float values are like for example 3127668.8 or 1.786453E7 and so on and so forth. How can I achieve this?
Map<String, Float> distance = new HashMap<String, Float>();