Skip to content

Commit b3b526e

Browse files
committed
issue fix 40
1 parent caf1ee3 commit b3b526e

File tree

4 files changed

+815
-1
lines changed

4 files changed

+815
-1
lines changed

docs/collection/gailan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Stack 是 Vector 的一个子类,本质上也是由动态数组实现的,只
6565

6666
> Set 的特点是存取无序,不可以存放重复的元素,不可以用下标对元素进行操作,和 List 有很多不同
6767
68-
## **1)HashSet**
68+
### **1)HashSet**
6969

7070
HashSet 其实是由 HashMap 实现的,只不过值由一个固定的 Object 对象填充,而键用于操作。
7171

0 commit comments

Comments
 (0)