public void doSomethingWithMap(Map<String,Object> map) {" W8 W6 C5 u0 l$ Z( N& M0 h5 Y; u
for (Map.Entry<String,Object> entry : map.entrySet()) {- A2 w; T4 Z- d2 h. U5 B+ u
String key = entry.getKey();
8 S A" ^, D+ D D. ~+ ]1 j' s Object value = entry.getValue();
1 M2 y2 P- _% J8 s // ...
9 \+ q0 v1 f7 \) X$ T6 a1 q+ L }
4 h, n* w, O# M# R8 w: S8 T" |} |