| Constructor and Description |
|---|
CircularIntBuffer4(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFirst(int value) |
boolean |
contains(int value) |
boolean |
isEmpty() |
boolean |
isFull() |
Iterator4 |
iterator() |
boolean |
remove(int value) |
int |
removeFirst() |
int |
removeLast() |
int |
size() |