org.crosswire.common.util
Interface Filter

All Known Implementing Classes:
BookSet.GroupFilter

public interface Filter

A method of filtering Objects.

Author:
DM Smith
See Also:
for license details.
The copyright to this program is held by it's authors.

Method Summary
 boolean test(Object obj)
          Does this given object pass the test implemented by this filter
 

Method Detail

test

boolean test(Object obj)
Does this given object pass the test implemented by this filter

Parameters:
obj - The object to test
Returns:
boolean true if it passes, false otherwise

Copyright ? 2003-2011