public class CircularConcurrentLinkedDeque<E> extends ConcurrentLinkedDeque<E>
| Constructor and Description |
|---|
CircularConcurrentLinkedDeque(int maxSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E element) |
boolean |
addAll(Collection<? extends E> collection) |
boolean |
offer(E element) |
addFirst, addLast, clear, contains, descendingIterator, element, getFirst, getLast, isEmpty, iterator, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, size, spliterator, toArray, toArraycontainsAll, removeAll, retainAll, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, parallelStream, removeAll, removeIf, retainAll, streampublic boolean add(E element)
public boolean addAll(Collection<? extends E> collection)
addAll in interface Collection<E>addAll in class ConcurrentLinkedDeque<E>Copyright © 2020. All rights reserved.