Uses of Interface
org.eclipse.net4j.util.container.delegate.IContainerQueue

Packages that use IContainerQueue
org.eclipse.net4j.util.container.delegate Hybrid interfaces of notifying containers and the Java Collection Framework. 
 

Uses of IContainerQueue in org.eclipse.net4j.util.container.delegate
 

Subinterfaces of IContainerQueue in org.eclipse.net4j.util.container.delegate
 interface IContainerBlockingQueue<E>
          A container that is a BlockingQueue.
 

Classes in org.eclipse.net4j.util.container.delegate that implement IContainerQueue
 class ContainerBlockingQueue<E>
          A default implementation of a container blocking queue.
 class ContainerQueue<E>
          A default implementation of a container queue.
 



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