update at 2021-04-07 22:21:36 by ehlxr
This commit is contained in:
parent
b83d324c54
commit
d8a328c472
@ -24,8 +24,6 @@
|
|||||||
|
|
||||||
package io.github.ehlxr.datastructure.linkedlist;
|
package io.github.ehlxr.datastructure.linkedlist;
|
||||||
|
|
||||||
import java.util.Stack;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author ehlxr
|
* @author ehlxr
|
||||||
* @since 2021-04-04 14:19.
|
* @since 2021-04-04 14:19.
|
||||||
@ -162,7 +160,6 @@ class HeroNode2 {
|
|||||||
public HeroNode2 next; //指向下一个节点
|
public HeroNode2 next; //指向下一个节点
|
||||||
public HeroNode2 pre;// 指向上一个节点
|
public HeroNode2 pre;// 指向上一个节点
|
||||||
|
|
||||||
// 构造器
|
|
||||||
public HeroNode2(int no, String name, String nickname) {
|
public HeroNode2(int no, String name, String nickname) {
|
||||||
this.no = no;
|
this.no = no;
|
||||||
this.name = name;
|
this.name = name;
|
||||||
|
Loading…
Reference in New Issue
Block a user