public interface IContainerBlockingQueue<E> extends IContainerQueue<E>, BlockingQueue<E>
container that is a BlockingQueue.IContainer.Modifiable<E>| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<E> |
getDelegate() |
getElements, isEmptyaddListener, getListeners, hasListeners, removeListenerBlockingQueue<E> getDelegate()
getDelegate in interface IContainerCollection<E>getDelegate in interface IContainerQueue<E>Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.