Interface ConcurrentDirectDeque<E>

Type Parameters:
E - the element type
All Superinterfaces:
Collection<E>, Deque<E>, Iterable<E>, Queue<E>, SequencedCollection<E>

public interface ConcurrentDirectDeque<E> extends Deque<E>
A concurrent deque that allows direct item removal without traversal.
Author:
Jason T. Greene, Paul Ferraro