public class RingQueue<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected T[] |
elements |
protected int |
icons |
protected int |
iprod |
protected int |
maxSize |
protected int |
size |
| Constructor and Description |
|---|
RingQueue(int initialSize) |
RingQueue(int initialSize,
int maxSize) |
protected T[] elements
protected int iprod
protected int icons
protected int maxSize
protected int size