| Modifier and Type | Field and Description |
|---|---|
private int |
count |
private int |
head |
private java.lang.Object[] |
inhalt |
| Constructor and Description |
|---|
ArraySchlange(int N) |
| Modifier and Type | Method and Description |
|---|---|
void |
deq() |
boolean |
empty() |
void |
enq(java.lang.Object x) |
java.lang.Object |
front() |
private boolean |
full() |