找工作——集合框架

HashMap和HashTable
都采用了hash法进行索引
HashMap允许键值为空(但只允许一条为空),而HashTable不允许。
HashMap是非线程安全的,而HashTable是线程安全的。
HashMap使用Iterator,HashTable使用Enumeration
hash值使用不同,HashTable直接使用对象的hashCode。

posted @ 2016-03-11 11:00  cjt1991  阅读(115)  评论(0编辑  收藏  举报