Modifier and Type | Method and Description |
---|---|
void |
addBack(int i) |
void |
addFront(int i) |
boolean |
isEmpty() |
int |
removeBack() |
int |
removeFront() |
void addBack(int i)
void addFront(int i)
int removeFront()
int removeBack()
boolean isEmpty()