Commit 366f1ed9 authored by ATRI's avatar ATRI
Browse files

合并所有优化

Showing with 1 addition and 3 deletions
+1 -3
......@@ -54,9 +54,7 @@ public class MyNode<E> {
other.setOwner(this.getOwner());
}
public MyNode<E> getPrev() {
return prev;
}
public void removeMe() {
getOwner().remove(this);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment