标签:comm jdk1.5 nbsp blog title hashmap href boa 循环
方法分为两类:
一类是基于map的Entry;map.entrySet();
一类是基于map的key;map.keySet()
而每一类都有两种遍历方式:
a.利用迭代器 iterator;
b.利用for-each循环;
代码举例如下:
标签:comm jdk1.5 nbsp blog title hashmap href boa 循环
原文地址:http://www.cnblogs.com/jinhong123/p/7997659.html