Parsing Engine

danbikel.util
Interface Filter

All Known Implementing Classes:
AllPass

public interface Filter

Specification of a single method to allow for an arbitrary object filter.


Method Summary
 boolean pass(Object obj)
          Returns true if this filter allows the specified object to pass through.
 

Method Detail

pass

boolean pass(Object obj)
Returns true if this filter allows the specified object to pass through.


Parsing Engine

Author: Dan Bikel.