Uses of Class
org.drools.core.util.CompositeCollection

Packages that use CompositeCollection
org.drools.core.util   
 

Uses of CompositeCollection in org.drools.core.util
 

Methods in org.drools.core.util with parameters of type CompositeCollection
 boolean CompositeCollection.CollectionMutator.add(CompositeCollection composite, Collection[] collections, Object obj)
          Called when an object is to be added to the composite.
 boolean CompositeCollection.CollectionMutator.addAll(CompositeCollection composite, Collection[] collections, Collection coll)
          Called when a collection is to be added to the composite.
 boolean CompositeCollection.CollectionMutator.remove(CompositeCollection composite, Collection[] collections, Object obj)
          Called when an object is to be removed to the composite.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.