import java.util.*; class BarGoo {} class Foo { { Map goos; for (Map.Entry stringBarGooEntry : goos.entrySet()) { String key = stringBarGooEntry.getKey(); BarGoo value = stringBarGooEntry.getValue(); } } }