Interface QueuedPipe<E>

Type Parameters:
E - type of the elements stored in the Queue.
All Superinterfaces:
Collection<E>, Iterable<E>, Pipe<E>, Queue<E>
All Known Implementing Classes:
AbstractConcurrentArrayQueue, ManyToManyConcurrentArrayQueue, ManyToOneConcurrentArrayQueue, OneToOneConcurrentArrayQueue

public interface QueuedPipe<E> extends Queue<E>, Pipe<E>
Composed interface for concurrent Queue and Pipe.