Service Activator Toolkit
Version 1.1.0 (20081206)

Uses of Interface
org.eclipse.soda.sat.core.util.CollectionUtility.Accessor

Packages that use CollectionUtility.Accessor
org.eclipse.soda.sat.core.util This package contains a mixed bag of utility classes that are used by SAT, but might be of use to bundle developers. 
 

Uses of CollectionUtility.Accessor in org.eclipse.soda.sat.core.util
 

Methods in org.eclipse.soda.sat.core.util with parameters of type CollectionUtility.Accessor
 List CollectionUtility.collect(Collection collection, CollectionUtility.Accessor accessor)
          For each of the objects in the specified Collection collect objects using the specified Accessor object.
 Object CollectionUtility.detect(Collection collection, CollectionUtility.Accessor accessor)
          Detect the first object in the specified Collection for which the specified Accessor does not return null.
 List CollectionUtility.reject(Collection collection, CollectionUtility.Accessor accessor)
          Reject those items in the specified Collection as defined by the specified Accessor.
 List CollectionUtility.select(Collection collection, CollectionUtility.Accessor accessor)
          Select those items in the specified Collection as defined by the specified Accessor.
 


Service Activator Toolkit
Version 1.1.0 (20081206)