Skip to content

Commit b6324a1

Browse files
committed
🐛 Fixing a bug.
1 parent 4d77ff2 commit b6324a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MD/collection/LinkedHashMap.md

+2
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,6 @@ LinkedHashMap 的 `get()` 方法也重写了:
259259

260260
总的来说 `LinkedHashMap` 其实就是对 `HashMap` 进行了拓展,使用了双向链表来保证了顺序性。
261261

262+
因为是继承与 `HashMap` 的,所以一些 `HashMap` 存在的问题 `LinkedHashMap` 也会存在,比如不支持并发等。
263+
262264

0 commit comments

Comments
 (0)