Serializable
, Iterable<E>
, Collection<E>
, Deque<E>
, Queue<E>
FastConcurrentDirectDeque
, PortableConcurrentDirectDeque
public abstract class ConcurrentDirectDeque<E> extends AbstractCollection<E> implements Deque<E>, Serializable
Constructor | Description |
---|---|
ConcurrentDirectDeque() |
Modifier and Type | Method | Description |
---|---|---|
static <K> ConcurrentDirectDeque<K> |
newInstance() |
|
abstract Object |
offerFirstAndReturnToken(E e) |
|
abstract Object |
offerLastAndReturnToken(E e) |
|
abstract void |
removeToken(Object token) |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
clear, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArray
add, addAll, addFirst, addLast, contains, descendingIterator, element, getFirst, getLast, iterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, size
Copyright © 2018. All rights reserved.