Skip to content

Instantly share code, notes, and snippets.

@maleficarum
Created March 1, 2012 04:55
Show Gist options
  • Save maleficarum/1947374 to your computer and use it in GitHub Desktop.
Save maleficarum/1947374 to your computer and use it in GitHub Desktop.
java map iteration in Scala
for ((k,v)<-map) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment