com.ibm.wala.util.collections
Interface Filter<T>

All Known Implementing Classes:
CollectionFilter, Filtersection, IndiscriminateFilter, OrFilter, PackageExpressionFilter

public interface Filter<T>

Simple interface for an intensional set definition


Method Summary
 boolean accepts(T o)
           
 

Method Detail

accepts

boolean accepts(T o)
Returns:
true iff o is in the set defined by this filter