
public class BufferedQueue<A> extends ConcurrentLinkedQueue<A>
| Constructor and Description |
|---|
BufferedQueue(long qs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(A e) |
boolean |
offer(A e) |
addAll, contains, isEmpty, iterator, peek, poll, remove, size, spliterator, toArray, toArrayclear, element, removecontainsAll, removeAll, retainAll, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, containsAll, equals, hashCode, parallelStream, removeAll, removeIf, retainAll, streampublic boolean add(A e)
add in interface Collection<A>add in interface Queue<A>add in class ConcurrentLinkedQueue<A>Copyright © 2018 universAAL Consortium. All rights reserved.