What's the new way to iterate over a Java Map in Scala 2.8.0?
- by Alex R
How does scala.collection.JavaConversions supercede the answers given here:
http://stackoverflow.com/questions/495741/iterating-over-java-collections-in-scala
(doesn't work because the "jcl" package is gone)
and here
http://www.eishay.com/2009/05/iterating-over-map-with-scala.html
(doesn't work me in a complicated test which I'll try to boil down and post here later)
The latter is actually a Scala Map question but I think I need to know both answers in order to iterate over a java.util.Map.
Thanks