I would like to iterate a map's entry set without the need for boxing. I found no equivalent for Map#forEach though. One could achieve this via iterating over `*2*EntrySet()` but the code looks less readable then.