We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a10d0e commit 09f2155Copy full SHA for 09f2155
MD/collection/LinkedHashMap.md
@@ -1,2 +1,4 @@
1
# LinkedHashMap 底层分析
2
3
+众所周知 `HashMap` 是一个无序的 `Map`,因为每次根据 `key` 的 `hashcode` 映射到 `Entry` 数组上,所以遍历出来的顺序并不是写入的顺序。
4
+
0 commit comments