未验证 提交 9f1fcc23 编写于 作者: S SnailClimb 提交者: GitHub

Update LinkedList.md

上级 bfec1e54
......@@ -288,7 +288,7 @@ public int lastIndexOf(Object o) {
return indexOf(o) != -1;
}
```
###<font face="楷体" id="3.6">删除方法</font>
### <font face="楷体" id="3.6">删除方法</font>
**remove()** ,**removeFirst(),pop():** 删除头节点
```
public E pop() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册