摘要: //通过取得values()1. public static void work(Map map) { Collection c = map.values(); Iterator it = c.iterator(); for (; it.hasNext... 阅读全文
posted @ 2014-07-08 11:21 共同富裕 阅读(160) 评论(0) 推荐(0)