Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Apply the specified IndexAwareFilter to the specified keySet.

Namespace: Tangosol.Util.Filter
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected virtual IFilter ApplyFilter(
	IIndexAwareFilter filter,
	IDictionary indexes,
	ICollection keys
)

Parameters

filter
Type: Tangosol.Util.Filter..::..IIndexAwareFilter
The IndexAwareFilter to apply an index to.
indexes
Type: System.Collections..::..IDictionary
The available MapIndex objects keyed by the related IValueExtractor; read-only.
keys
Type: System.Collections..::..ICollection
The mutable set of keys that remain to be filtered.

Return Value

A Filter object that can be used to process the remaining keys, or null if no additional filter processing is necessary

See Also