(备忘)Java Map 遍历
摘要://最常规的一种遍历方法,最常规就是最常用的,虽然不复杂,但很重要,这是我们最熟悉的,就不多说了!! public static void work(Map map) { Collection c = map.values(); Iterator it = c....
阅读全文
posted @ 2014-10-09 09:28
posted @ 2014-10-09 09:28