org.eclipse.net4j.util.container.delegate
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

public interface IContainerQueue<E>
extends IContainerCollection<E>, Queue<E>

A container that is a Queue.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Method Summary
 Queue<E> getDelegate()
           
 
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
 
Methods inherited from interface java.util.Queue
add, element, offer, peek, poll, remove
 
Methods inherited from interface java.util.Collection
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getDelegate

Queue<E> getDelegate()
Specified by:
getDelegate in interface IContainerCollection<E>


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.