Package org.ckkloverdos.filter

Interface Summary
IFilter A generic filter interface.
 

Class Summary
AndFilter An implementation of IFilter providing boolean AND semantics between two other filters.
IsNull A filter that tests for null equality.
NotFilter An implementation of IFilter providing boolean NOT semantics for another filters.
NotNull A filter that tests whether an object is not null.
OrFilter An implementation of IFilter providing boolean OR semantics between two other filters.
REFilter An implementation of IFilter for which the filtering is based on a regular expression.
 



Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.