摘要:
在上一篇学习过HashMap(源码解读—HashMap)之后对hashTable也产生了兴趣,随即便把hashTable的源码看了一下。和hashMap类似,但是也有不同之处。 public class Hashtable<K,V> extends Dictionary<K,V> implement 阅读全文
posted @ 2016-08-21 12:40 PerKins.Zhu 阅读(1396) 评论(0) 推荐(0)
|
||
|
摘要:
在上一篇学习过HashMap(源码解读—HashMap)之后对hashTable也产生了兴趣,随即便把hashTable的源码看了一下。和hashMap类似,但是也有不同之处。 public class Hashtable<K,V> extends Dictionary<K,V> implement 阅读全文
posted @ 2016-08-21 12:40 PerKins.Zhu 阅读(1396) 评论(0) 推荐(0) |
||