public abstract class ForwardingQueue<E> extends ForwardingCollection<E> implements Queue<E>
| Constructor and Description |
|---|
ForwardingQueue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
protected abstract Queue<E> |
delegate() |
E |
element() |
boolean |
offer(E e) |
E |
peek() |
E |
poll() |
E |
remove() |
addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayCopyright © 2016. All Rights Reserved.