utilMDE
Interface Filter<T>

All Known Implementing Classes:
IsEqualityComparison

public interface Filter<T>

Interface for things that make boolean decisions. This is inspired by java.io.FilenameFilter.


Method Summary
 boolean accept(T o)
          Tests whether a specified Object satisfies the filter.
 

Method Detail

accept

boolean accept(T o)
Tests whether a specified Object satisfies the filter.