标签:ref hashmap log https 内部类 总结 jdk源码 map http
hashmap继承了AbstractMap,实现了Map接口和Cloneable接口,HashMap是基于哈希表(散列表),实现Map接口的双列集合
jdk8中底层数据结构已经改为二叉树,之前是链表
看hashmap之前,需要把Map,AbstractMap源码撸一遍,这里放我的博文链接: https://www.cnblogs.com/houzheng/p/12687883.html
标签:ref hashmap log https 内部类 总结 jdk源码 map http
原文地址:https://www.cnblogs.com/houzheng/p/12700352.html