de.unidu.is.util
Interface AcceptFilter

All Known Implementing Classes:
AcceptFilterIterator

public interface AcceptFilter

A filter which can accept or reject values.

Since:
2003-09-23
Version:
$Revision: 1.4 $, $Date: 2005/02/21 17:29:29 $
Author:
Henrik Nottelmann

Method Summary
 boolean accept(java.lang.Object object)
          Returns true if the specified object is accepted.
 

Method Detail

accept

public boolean accept(java.lang.Object object)
Returns true if the specified object is accepted.

Parameters:
object - object to be testet
Returns:
true if the specified object is accepted