提交 9e07a4c7 编写于 作者: Y yangzheng

删除多余:

上级 a42ef711
...@@ -186,7 +186,7 @@ public void addLast(E e) { ...@@ -186,7 +186,7 @@ public void addLast(E e) {
} }
``` ```
### <font face="楷体" id="3.3">根据位置取数据的方法</font> ### <font face="楷体" id="3.3">根据位置取数据的方法</font>
**get(int index):**根据指定索引返回数据 **get(int index):** 根据指定索引返回数据
```java ```java
public E get(int index) { public E get(int index) {
//检查index范围是否在size之内 //检查index范围是否在size之内
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册