public class LimitedFIFOQueue<E>
extends AbstractQueue<E>
Constructor and Description |
---|
LimitedFIFOQueue(int capacity) |
Modifier and Type | Method and Description |
---|---|
Iterator<E> |
iterator() |
boolean |
offer(E e) |
E |
peek() |
E |
poll() |
int |
size() |
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait