Class DelegatingBlockingQueue<E>

java.lang.Object
com.oracle.truffle.runtime.collection.DelegatingBlockingQueue<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, BlockingQueue<E>, Queue<E>

public final class DelegatingBlockingQueue<E> extends Object implements BlockingQueue<E>