CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.util
Interface Filter

All Known Subinterfaces:
EntryFilter, IndexAwareFilter
All Known Implementing Classes:
AllFilter, AlwaysFilter, AndFilter, AnyFilter, ArrayFilter, BetweenFilter, ClassFilter, ComparisonFilter, ContainsAllFilter, ContainsAnyFilter, ContainsFilter, EqualsFilter, ExtractorFilter, GreaterEqualsFilter, GreaterFilter, InFilter, InKeySetFilter, IsNotNullFilter, IsNullFilter, KeyAssociatedFilter, KeyFilter, LessEqualsFilter, LessFilter, LikeFilter, LimitFilter, MapEventFilter, NeverFilter, NotEqualsFilter, NotFilter, NullFilter, OrFilter, PresentFilter, PriorityFilter, SimpleOverflowMap.FrontFilterConverter, ValueChangeEventFilter, XorFilter

public interface Filter

Provide for "pluggable" conditional behavior.

Version:
1.00 09/05/97
Author:
Cameron Purdy

Method Summary
 boolean evaluate(Object o)
          Apply the test to the object.
 

Method Detail

evaluate

boolean evaluate(Object o)
Apply the test to the object.

Returns:
true if the test passes, false otherwise

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation