站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Class org.drools.util.CompositeCollection (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Class
org.drools.util.CompositeCollection

Packages that use CompositeCollection
org.drools.util   
 

Uses of CompositeCollection in org.drools.util
 

Methods in org.drools.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-2007 JBoss Inc.. All Rights Reserved.