Class ContainerQueue<E>
- java.lang.Object
- 
- org.eclipse.net4j.util.event.Notifier
- 
- org.eclipse.net4j.util.container.delegate.AbstractDelegator<E>
- 
- org.eclipse.net4j.util.container.delegate.ContainerCollection<E>
- 
- org.eclipse.net4j.util.container.delegate.ContainerQueue<E>
 
 
 
 
- 
- All Implemented Interfaces:
- java.lang.Iterable<E>,- java.util.Collection<E>,- java.util.Queue<E>,- IContainerCollection<E>,- IContainerQueue<E>,- IContainer<E>,- INotifier,- INotifier.INotifier2
 - Direct Known Subclasses:
- ContainerBlockingQueue
 
 public class ContainerQueue<E> extends ContainerCollection<E> implements IContainerQueue<E> A default implementation of acontainer queue.- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.net4j.util.container.delegate.AbstractDelegatorAbstractDelegator.DelegatingIterator
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainerIContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifierINotifier.INotifier2
 
- 
 - 
Constructor SummaryConstructors Constructor Description ContainerQueue(java.util.Queue<E> delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Eelement()java.util.Queue<E>getDelegate()booleanoffer(E o)Epeek()Epoll()Eremove()- 
Methods inherited from class org.eclipse.net4j.util.container.delegate.ContainerCollectionadd, addAll, clear, contains, containsAll, equals, getElements, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 - 
Methods inherited from class org.eclipse.net4j.util.container.delegate.AbstractDelegatorcreateEvent, dispatchEvent, fireAddedEvent, fireRemovedEvent
 - 
Methods inherited from class org.eclipse.net4j.util.event.NotifieraddListener, addUniqueListener, fireEvent, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, getNotificationService, hasListener, hasListeners, lastListenerRemoved, listenerAdded, listenerRemoved, removeListener
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.CollectionaddAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
 - 
Methods inherited from interface org.eclipse.net4j.util.container.IContainergetElements, isEmpty
 - 
Methods inherited from interface org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
 
- 
 
- 
- 
- 
Constructor Detail- 
ContainerQueuepublic ContainerQueue(java.util.Queue<E> delegate) 
 
- 
 - 
Method Detail- 
getDelegatepublic java.util.Queue<E> getDelegate() - Specified by:
- getDelegatein interface- IContainerCollection<E>
- Specified by:
- getDelegatein interface- IContainerQueue<E>
- Overrides:
- getDelegatein class- ContainerCollection<E>
 
 
- 
 
-