public void doSomethingWithMap(Map<String,Object> map) {/ ~6 L; D; S& K" a
for (Map.Entry<String,Object> entry : map.entrySet()) {2 Q# H5 A& ~) m% O
String key = entry.getKey();- x* I( B( F+ B& ]% B; }4 B
Object value = entry.getValue();, I5 Z- V/ q: H/ c W
// ...- a1 b0 K8 o3 c+ [5 \
}
3 h3 w$ }. X+ U f+ Q+ R" t9 m} |