遍历Map

来源:互联网 发布:java 64位整型 编辑:程序博客网 时间:2024/04/28 17:20
for(Map.Entry<String, Double> map : temp.entrySet()) {
         map.getKey();
         map.getValue();
}