public abstract class ConcurrentDirectDeque<E> extends AbstractCollection<E> implements Deque<E>, Serializable
Constructor and Description |
---|
ConcurrentDirectDeque() |
Modifier and Type | Method and 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, 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
addAll, clear, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArray
Copyright © 2015 JBoss by Red Hat. All rights reserved.