I want to store multiple values against a key. Once stored I may need to search or sort the map based on the values. I want to know the efficient way to do this.
for e.g.
Want to store 3 fields in a map say City, District and Population.
And sort map by population or districy in descending order.