Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

PagedEnumerator is an IEnumerator implementation based on a concept of a page Advancer - a pluggable component that knows how to supply a next page of objects to iterate through.

The PagedEnumerator..::.IAdvancer type exposes the following members.

Methods

  NameDescription
NextPage
Obtain a new page of objects to be used by the enclosing PagedEnumerator.
Remove
Remove the specified object from the underlying collection.
Reset
Sets the advancer to its initial position, which is before the first page.

See Also