Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.util.filter
Interface EntryFilter

All Superinterfaces:
Filter
All Known Subinterfaces:
IndexAwareFilter, QueryRecorderFilter
All Known Implementing Classes:
AbstractQueryRecorderFilter, AllFilter, AlwaysFilter, AndFilter, AnyFilter, ArrayFilter, BetweenFilter, ComparisonFilter, ContainsAllFilter, ContainsAnyFilter, ContainsFilter, EqualsFilter, ExtractorFilter, GreaterEqualsFilter, GreaterFilter, InFilter, InKeySetFilter, IsNotNullFilter, IsNullFilter, KeyFilter, LessEqualsFilter, LessFilter, LikeFilter, LimitFilter, NeverFilter, NotEqualsFilter, NotFilter, OrFilter, PartitionedFilter, PresentFilter, PriorityFilter, RegexFilter, ValueChangeEventFilter, WrapperQueryRecorderFilter, XorFilter

public interface EntryFilter
extends Filter

EntryFilter provides an extension to Filter for those cases in which both a key and a value may be necessary to evaluate the conditional inclusion of a particular object.

Author:
cp/gg 2002.11.01

Method Summary
 boolean evaluateEntry(java.util.Map.Entry entry)
          Apply the test to a Map Entry.

 

Methods inherited from interface com.tangosol.util.Filter
evaluate

 

Method Detail

evaluateEntry

boolean evaluateEntry(java.util.Map.Entry entry)
Apply the test to a Map Entry.
Parameters:
entry - the Map Entry to evaluate; never null
Returns:
true if the test passes, false otherwise

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.