Java HashMap

来自姬鸿昌的知识库
跳到导航 跳到搜索

Java 8 之前的 HashMap

在 Java 7 及之前的版本中,HashMap 的底层实现是数组和链表:

Java 7 及之前的版本 HashMap 底层数据结构.png


Java 8 提供的 HashMap