We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d77ff2 commit b6324a1Copy full SHA for b6324a1
MD/collection/LinkedHashMap.md
@@ -259,4 +259,6 @@ LinkedHashMap 的 `get()` 方法也重写了:
259
260
总的来说 `LinkedHashMap` 其实就是对 `HashMap` 进行了拓展,使用了双向链表来保证了顺序性。
261
262
+因为是继承与 `HashMap` 的,所以一些 `HashMap` 存在的问题 `LinkedHashMap` 也会存在,比如不支持并发等。
263
+
264
0 commit comments