2016年8月29日

关于HashTable的遍历方法解析

摘要: 要遍历一个Hashtable,api中提供了如下几个方法可供我们遍历: keys() - returns an Enumeration of the keys of this Hashtable keySet() - returns a Set of the keys entrySet() - re 阅读全文
posted @ 2016-08-29 17:18 YaoYao丶Java 阅读(304) 评论(0) 推荐(0)