摘要: HashMap(java7) public class HashMap<K,V> extends AbstractMap<K,V> implements Map<K,V>, Cloneable, Serializable {} HashMap的数据结构是数组+链表,从上面的源码可以看出来,hashM 阅读全文
posted @ 2018-01-12 00:13 houstao 阅读(7002) 评论(2) 推荐(1) 编辑