Uses of Class
edu.nrao.sss.util.CompoundFilter

Packages that use CompoundFilter
edu.nrao.sss.util Utility classes that are independent of any particular data model. 
 

Uses of CompoundFilter in edu.nrao.sss.util
 

Methods in edu.nrao.sss.util that return CompoundFilter
 CompoundFilter<T> CompoundFilter.add(Filter<T> newFilter)
          Adds newFilter as a component of this compound filter.
 CompoundFilter<T> CompoundFilter.addAll(Collection<? extends Filter<T>> newFilters)
          Adds each of the filters in the collection as components of this compound filter.
 CompoundFilter<T> CompoundFilter.remove(Filter<T> unwantedFilter)
          The component filter to be removed from this compound filter.
 CompoundFilter<T> CompoundFilter.removeAll(Collection<? extends Filter<T>> unwantedFilters)
          The component filters to be removed from this compound filter.
 CompoundFilter<T> CompoundFilter.removeAllFilters()
          Removes all component filters from this compound filter.
 



Copyright © 2009. All Rights Reserved.