Fix remat
This commit is contained in:
parent
ebab0bd1fd
commit
215233df98
@ -15,7 +15,7 @@ public class ListNI extends SimpleList{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void remAt(int pos, Object elem){
|
public void remAt(int pos){
|
||||||
if(pos==0)
|
if(pos==0)
|
||||||
remHead();
|
remHead();
|
||||||
else if(!isEmpty()){
|
else if(!isEmpty()){
|
||||||
|
Loading…
Reference in New Issue
Block a user