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

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

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

Subinterfaces of IContainerSet in org.eclipse.net4j.util.container.delegate
 interface IContainerSortedSet<E>
          A container that is a SortedSet.
 

Classes in org.eclipse.net4j.util.container.delegate that implement IContainerSet
 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.