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

All Superinterfaces:
java.util.concurrent.BlockingQueue<E>, java.util.Collection<E>, IContainer<E>, IContainerCollection<E>, IContainerQueue<E>, INotifier, java.lang.Iterable<E>, java.util.Queue<E>
All Known Implementing Classes:
ContainerBlockingQueue

public interface IContainerBlockingQueue<E>
extends IContainerQueue<E>, java.util.concurrent.BlockingQueue<E>


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

java.util.concurrent.BlockingQueue<E> getDelegate()
Specified by:
getDelegate in interface IContainerCollection<E>
Specified by:
getDelegate in interface IContainerQueue<E>

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