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