[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Iterator for use by net.esper.view.ext.SortWindowView.

Namespace: net.esper.view.ext
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class SortWindowIterator _
	Implements IEnumerator(Of EventBean), IDisposable, IEnumerator
C#
public sealed class SortWindowIterator : IEnumerator<EventBean>, IDisposable, IEnumerator
Visual C++
public ref class SortWindowIterator sealed : IEnumerator<EventBean^>, IDisposable, IEnumerator

Inheritance Hierarchy

System.Object
  net.esper.view.ext.SortWindowIterator

See Also