chrriis.common
Interface Filter<T>


public interface Filter<T>

A generic filter.

Author:
Christopher Deckers

Method Summary
 boolean accept(T element)
          Test whether the element should be accepted.
 

Method Detail

accept

boolean accept(T element)
Test whether the element should be accepted.