Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public class PagedEnumerator : IEnumerator

Remarks

As common to iterators, this implementation is not thread safe.

Inheritance Hierarchy

System..::..Object
  Tangosol.Util..::..PagedEnumerator

See Also