Skip to content

Commit 7584b84

Browse files
committed
更新
1 parent 145064e commit 7584b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MD/ArrayList.md

Lines changed: 1 addition & 1 deletion
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)