会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
启程华夏
博客园
园子
首页
新随笔
联系
管理
订阅
2018年8月9日
map的迭代器
摘要: Iterator<Entry<String,String>> iter=map.entrySet().iterator(); map的迭代器,用作遍历map中的每一个键值对 Iterator是迭代器,map之前应该定义过,姑且认为是HashMap。<Entry<String,String>>表示ma
阅读全文
posted @ 2018-08-09 11:35 启程华夏
阅读(11916)
评论(0)
推荐(2)
公告