blob: 6ba3e3d092c2a20e8cf8dd02676362bf7aebf062 [file] [log] [blame]
Map<String, Integer> map=["1":2, "3":4]
map.each{
entry->
entry.getKey()<caret>
}