ConcurrentLinkedDeque

Class ConcurrentLinkedDeque<E>

Type Parameters:
E - the type of elements held in this collection
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Deque<E>, Queue<E>
public