摘要: function addTable(){ createTable1(1000); //createTable2(1000); //createTable3(1000); //createTable4(1000); //create... 阅读全文
posted @ 2014-10-22 17:57 qingyezhu 阅读(534) 评论(0) 推荐(0)
摘要: HashTable:继承自Dictionary类,实现了Map接口,不允许键或值为空,线程同步;HashMap:继承自AbstractMap类,实现了Map接口,允许键或值为空,线程不同步;LinkedHashMap:继承自HashMap类,实现了Map接口,允许键或值为空,并且保存了记录的插入的顺... 阅读全文
posted @ 2014-10-22 10:20 qingyezhu 阅读(329) 评论(0) 推荐(0)