Map map = new HashMap() ;
Set<Map.Entry> params = map.entrySet() ;
for (Map.Entry entry : params) {
entry.getKey() ;
entry.getValue() ;
}
Map map = new HashMap() ;
Set<Map.Entry> params = map.entrySet() ;
for (Map.Entry entry : params) {
entry.getKey() ;
entry.getValue() ;
}