BlockingDeque

Interface BlockingDeque<E>

Type Parameters:
E - the type of elements held in this collection
All Superinterfaces:
BlockingQueue<E>, Collection<E>, Deque<E>, Iterable<E>, Queue<E>
All Known Implementing Classes:
LinkedBlockingDeque
public interface BlockingDeque<E>
extends BlockingQueue<E>, Deque<E>

A Deque that additionally supports bl