public interface IContainerBlockingQueue<E> extends IContainerQueue<E>, BlockingQueue<E>
container that is a BlockingQueue.IContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<E> |
getDelegate() |
getElements, isEmptyaddListener, getListeners, hasListeners, removeListeneradd, contains, drainTo, drainTo, offer, offer, poll, put, remainingCapacity, remove, takeaddAll, clear, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayBlockingQueue<E> getDelegate()
getDelegate in interface IContainerCollection<E>getDelegate in interface IContainerQueue<E>Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.