Click or drag to resize

LimitFilterExtractPage Method (IEnumerator)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Extract a subset of the specified iterator to fit the filter's parameters (i.e. page size and page number).

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public virtual Object[] ExtractPage(
	IEnumerator iter
)

Parameters

iter
Type: System.CollectionsIEnumerator
An original entry iterator.

Return Value

Type: Object
An array of entries extracted accordingly to the filter parameters
Remarks
The returned array is guaranteed to iterate exactly in the same order as the original iterator.
See Also