Click or drag to resize

ArrayFilterApplyFilter Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Apply the specified IndexAwareFilter to the specified keySet.

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected virtual IFilter ApplyFilter(
	IIndexAwareFilter filter,
	IDictionary indexes,
	ICollection keys
)

Parameters

filter
Type: Tangosol.Util.FilterIIndexAwareFilter
The IndexAwareFilter to apply an index to.
indexes
Type: System.CollectionsIDictionary
The available MapIndex objects keyed by the related IValueExtractor; read-only.
keys
Type: System.CollectionsICollection
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