Uses of Class
org.eclipse.ocl.examples.eventmanager.CompositeIterable

Packages that use CompositeIterable
org.eclipse.ocl.examples.eventmanager.util   
 

Uses of CompositeIterable in org.eclipse.ocl.examples.eventmanager.util
 

Subclasses of CompositeIterable in org.eclipse.ocl.examples.eventmanager.util
 class CompositeBag<E>
          A Bag implementation that allows for multiple occurrences of elements in the nested collections and allows for them to be counted.
 class CompositeCollection<E>
          Forwards CompositeCollection.contains(Object) to the individual sets.
 class CompositeSet<E>
          A composite collection that has unique entries only.