摘要:
网上搜了一下 hashMap 遍历的文章转来收藏。第一篇:http://blog.csdn.net/gaoge19861207/article/details/5455518在做周末作业时,发现hashmap的遍历掌握的不是很好,到网上查了下资料,下面是转载的一篇文章,稍加整理了下。HashMap遍历的两种方式:第一种:效率高,推荐使用此种方式!Map map = new HashMap(); Iterator iter = map.entrySet().iterator(); while (iter.hasNext()) { Map.Entry entry = (Map.Entry)... 阅读全文
posted @ 2012-08-08 14:25
Szfei - 好记性不如烂博客
阅读(268)
评论(0)
推荐(0)

浙公网安备 33010602011771号