ch.elca.el4j.util.collections.helpers
Interface Filter<T>

Type Parameters:
T - the type of objects that can be filtered by this filter.

public interface Filter<T>

A filter for objects of type T. A generified version of Commons Collection's Predicate.

Author:
Adrian Moos (AMS)
File-location:
Filter
Last check-in date:
2009-08-04 14:35:53 +0200 (Di, 04. Aug 2009) by swismer for revision 3875

Method Summary
 boolean accepts(T t)
          returns true iff this filter accepts t.
 

Method Detail

accepts

boolean accepts(T t)
returns true iff this filter accepts t.

Parameters:
t - the object to judge
Returns:
see above


Copyright © 2005-2011 ELCA. All Rights Reserved.