I have a map like where keys are names, values are some count like e.g. {umakanth:10,sai:20,ravi:5,raju:25}
I need only 2 keys in that map where corresponding Values are highest.
In this example I need to get 2 keys that is sai,raju.
Thanks in Adv...