@InterfaceAudience.Private public class BoundedArrayQueue<E> extends java.util.AbstractQueue<E>
Queue.| Constructor and Description |
|---|
BoundedArrayQueue(int maxElements) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<E> |
iterator()
Not implemented and will throw
UnsupportedOperationException |
boolean |
offer(E e) |
E |
peek() |
E |
poll() |
int |
size() |
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait