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