Interface IContainerBlockingQueue<E>
- All Superinterfaces:
BlockingQueue<E>
,Collection<E>
,IContainer<E>
,IContainerCollection<E>
,IContainerQueue<E>
,INotifier
,Iterable<E>
,Queue<E>
- All Known Implementing Classes:
ContainerBlockingQueue
A
container
that is a BlockingQueue
.- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
INotifier.INotifier2
-
Method Summary
Methods inherited from interface java.util.concurrent.BlockingQueue
add, contains, drainTo, drainTo, offer, offer, poll, put, remainingCapacity, remove, take
Methods inherited from interface java.util.Collection
addAll, clear, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Method Details
-
getDelegate
BlockingQueue<E> getDelegate()- Specified by:
getDelegate
in interfaceIContainerCollection<E>
- Specified by:
getDelegate
in interfaceIContainerQueue<E>
-