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

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

Deprecated.

@Deprecated
public interface Filter<T>

Simple interface for an intensional set definition


Method Summary
 boolean accepts(T o)
          Deprecated.  
 

Method Detail

accepts

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