`
abc20899
  • 浏览: 910975 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Map for

 
阅读更多
Map map = new HashMap() ;  

Set<Map.Entry> params = map.entrySet() ;      

for (Map.Entry entry : params) {        //此处的FOR语句是啥意思?

     entry.getKey() ;  

     entry.getValue() ;  

}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics