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

Constructor, takes the single event to iterate over as a parameter. The single event can be null indicating that there are no more elements.

Namespace: net.esper.collection
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	eventBean As EventBean _
)
C#
public SingleEventIterator (
	EventBean eventBean
)
Visual C++
public:
SingleEventIterator (
	EventBean^ eventBean
)

Parameters

eventBean
net.esper.events.EventBean
single bean that the iterator returns, or null for an empty iterator