LimitFilterExtractPage Method (ICollection) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Extract a subset of the specified set 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)
Syntaxpublic virtual ICollection ExtractPage(
ICollection entries
)
Parameters
- entries
- Type: System.CollectionsICollection
An original set of entries.
Return Value
Type:
ICollection
A set of entries extracted accordingly to the filter
parameters.
Remarks
If this filter has a comparator, the specified
ICollection
is presumed to be sorted accordingly.
The returned set is guaranteed to iterate exactly in the same
order as the original set.
See Also