org.eclipse.net4j.util.container.delegate
Interface IContainerQueue<E>

All Superinterfaces:
java.util.Collection<E>, IContainer<E>, IContainerCollection<E>, INotifier, java.lang.Iterable<E>, java.util.Queue<E>
All Known Subinterfaces:
IContainerBlockingQueue<E>
All Known Implementing Classes:
ContainerBlockingQueue, ContainerQueue

public interface IContainerQueue<E>
extends IContainerCollection<E>, java.util.Queue<E>


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

Method Detail

getDelegate

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

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.