Uses of Class
org.eclipse.ocl.examples.eventmanager.util.CompositeCollection

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

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

Subclasses of CompositeCollection 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 CompositeSet<E>
          A composite collection that has unique entries only.