var sortedKeys = myHashmap.keySet().toArray().sorted()
Programming Tips - How can get the keys of a Map sorted?
Date: 2014oct1
Language: Scala
Q. How can get the keys of a Map sorted?
A. Here is a nice construct.