org.jtheque.utils.collections
Interface Filter<T>


public interface Filter<T>

A collection filter.

Author:
Baptiste Wicht

Method Summary
 boolean accept(T object)
          Indicate if we accept the object or not.
 

Method Detail

accept

boolean accept(T object)
Indicate if we accept the object or not.

Parameters:
object - The object to test.
Returns:
true if we accept the object else false.


Copyright © 2010 JTheque. All Rights Reserved.