Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 0d7fd7a + e10baaa commit 01bcb87Copy full SHA for 01bcb87
notes/Java 容器.md
@@ -39,7 +39,7 @@
39
40
- TreeSet:基于红黑树实现,保持有序,但是查找效率不如 HashSet;
41
42
-- LinkedListHashSet:具有 HashSet 的查找效率,且内部使用链表维护元素的插入顺序,因此具有有序性。
+- LinkedHashSet:具有 HashSet 的查找效率,且内部使用链表维护元素的插入顺序,因此具有有序性。
43
44
## 3. Queue
45
0 commit comments