随笔分类 -  JDK1.8源码-修炼之道

摘要:1.7版本分析 数据结构实现 数组(基本)+链表(扩展) 属性 //默认hash表容量大小 2^4=16 static final int DEFAULT_INITIAL_CAPACITY = 1 << 4; //最大hash表容量大小,必须是2的整数幂 static final int MAXIM 阅读全文
posted @ 2021-07-29 23:08 Flyinglion 阅读(62) 评论(0) 推荐(0)