Class RoundRobinBlockingQueue<E>

java.lang.Object
org.eclipse.net4j.util.collection.RoundRobinBlockingQueue<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, BlockingQueue<E>, Queue<E>

public class RoundRobinBlockingQueue<E> extends Object implements BlockingQueue<E>
Since:
3.1
Author:
Eike Stepper