Click or drag to resize

ArrayFilter.ApplyFilter Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Apply the specified IndexAwareFilter to the specified keySet.

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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

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