2014年6月16日
摘要: 关于Java的HashMap.entrySet(),文档是这样描述的:这个方法返回一个Set,这个Set是HashMap的视图,对Map的操作会在Set上反映出来,反过来也是。原文是Returns a Set view of the mappings contained in this map. T... 阅读全文
posted @ 2014-06-16 13:37 nanoix9 阅读(6182) 评论(0) 推荐(1)