| Modifier and Type | Field and Description |
|---|---|
private java.util.LinkedList<java.lang.Integer> |
v |
| Constructor and Description |
|---|
IntList1() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBack(int i) |
void |
addFront(int i) |
boolean |
isEmpty() |
int |
removeBack() |
int |
removeFront() |
private java.util.LinkedList<java.lang.Integer> v
public IntList1()
public int removeFront()
removeFront in interface IntListpublic int removeBack()
removeBack in interface IntList