org.pfsw.bif.filter
Interface IObjectFilter<T>


public interface IObjectFilter<T>

Defines just one method useful for generic filtering.


Method Summary
 boolean matches(T object)
          Returns true if the given object matches the filter.
 

Method Detail

matches

boolean matches(T object)
Returns true if the given object matches the filter.

Parameters:
object - Any object or null