Skip to content

Commit 01bcb87

Browse files
authored
Merge pull request CyC2018#22 from qq296776435/patch-1
Java 容器纠错
2 parents 0d7fd7a + e10baaa commit 01bcb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/Java 容器.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
- TreeSet:基于红黑树实现,保持有序,但是查找效率不如 HashSet;
4141

42-
- LinkedListHashSet:具有 HashSet 的查找效率,且内部使用链表维护元素的插入顺序,因此具有有序性。
42+
- LinkedHashSet:具有 HashSet 的查找效率,且内部使用链表维护元素的插入顺序,因此具有有序性。
4343

4444
## 3. Queue
4545

0 commit comments

Comments
 (0)