common-util

local.tomas.util.collections
Interface ObjectFilter


public interface ObjectFilter

Filter objects.

Author:
tomas.teubner

Method Summary
 boolean match(Object object)
          Check objects.
 

Method Detail

match

boolean match(Object object)
Check objects.

Parameters:
object - the object
Returns:
true if object matches

common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.