List.java
12
13
public boolean
isEmpty(){
14
return
(head ==
null
);
15
}