Interface IContainerQueue<E>
- All Superinterfaces:
Collection<E>,IContainer<E>,IContainerCollection<E>,INotifier,Iterable<E>,Queue<E>
- All Known Subinterfaces:
IContainerBlockingQueue<E>
- All Known Implementing Classes:
ContainerBlockingQueue,ContainerQueue
- 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.Collection
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArrayMethods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmptyMethods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Method Details
-
getDelegate
- Specified by:
getDelegatein interfaceIContainerCollection<E>
-