chrriis.common
Interface Filter<T>


public interface Filter<T>

A generic filter suitable for flat and tree like structures.

Author:
Christopher Deckers

Nested Class Summary
static class Filter.Acceptance
           
 
Method Summary
 Filter.Acceptance accept(T element)
          Test whether the element should be accepted.
 

Method Detail

accept

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