org.jbind.util.collection
Interface FilterIterator.ICondition

Enclosing interface:
FilterIterator

public static interface FilterIterator.ICondition

Interface which must be implemented in order to decide wheter objects should be included in the iteration or not.


Method Summary
 boolean evaluate(java.lang.Object anObject)
           
 

Method Detail

evaluate

public boolean evaluate(java.lang.Object anObject)
Returns:
Returns true if the object is to be included in the iteration and false otherwise.