Serializable, Iterable<E>, Collection<E>, Deque<E>, Queue<E>FastConcurrentDirectDeque, PortableConcurrentDirectDequepublic 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, toStringclear, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArrayadd, 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, sizeCopyright © 2018. All rights reserved.