HashMap源码解析(Java8)

358 阅读1分钟

组成结构

基础原理

底层实现

Node节点

hash算法

存储(put)

取出(get)

链表与红黑树的转换

扩容