Skip to content

Commit da88a82

Browse files
authored
删除重复的随机
1 parent b64dffb commit da88a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MD/ArrayList.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## ArrayList
44

5-
`ArrayList` 实现于 `List``RandomAccess` 接口。可以插入空数据,也支持随机随机访问
5+
`ArrayList` 实现于 `List``RandomAccess` 接口。可以插入空数据,也支持随机访问
66

77
`ArrayList `相当于动态数据,其中最重要的两个属性分别是:
88
`elementData` 数组,以及 `size` 大小。

0 commit comments

Comments
 (0)