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, toArray
clear, element, remove
containsAll, removeAll, retainAll, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clear, containsAll, equals, hashCode, parallelStream, removeAll, removeIf, retainAll, stream
public 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.