Friday, 27 September 2013

Hash map iteration

Hash map iteration

How do I iterate through a hash map to find the first 10 elements for eg
if my map contains string as key and int as value, I want to fetch the
first 10 values with highest integer?

No comments:

Post a Comment