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

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

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

Subinterfaces of IContainerCollection in org.eclipse.net4j.util.container.delegate
 interface IContainerBlockingQueue<E>
          A container that is a BlockingQueue.
 interface IContainerList<E>
          A container that is a List.
 interface IContainerQueue<E>
          A container that is a Queue.
 interface IContainerSet<E>
          A container that is a Set.
 interface IContainerSortedSet<E>
          A container that is a SortedSet.
 

Classes in org.eclipse.net4j.util.container.delegate that implement IContainerCollection
 class ContainerBlockingQueue<E>
          A default implementation of a container blocking queue.
 class ContainerCollection<E>
          A default implementation of a container collection.
 class ContainerList<E>
          A default implementation of a container list.
 class ContainerQueue<E>
          A default implementation of a container queue.
 class ContainerSet<E>
          A default implementation of a container set.
 class ContainerSortedSet<E>
          A default implementation of a container sorted set.
 



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