Iterate through the keys -> keySet() of the map: Map<String, Object> map = ...; for (String key : map.keySet()) { //your Business ...
確定! 回上一頁