org.pf.bif.filter
Interface IObjectFilter<T>


public interface IObjectFilter<T>

Defines just one method useful for generic filtering.

Version:
1.1
Author:
M.Duchrow

Method Summary
 boolean matches(T object)
          Returns true if the given object matches the filter.
 

Method Detail

matches

boolean matches(T object)
Returns true if the given object matches the filter.

Parameters:
object - Any object or null


Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.