java.lang.Object
com.espertech.esper.common.internal.collection.ReversedArrayEventIterator
- All Implemented Interfaces:
Iterator<EventBean>
Reversed iterator for an array of events.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ReversedArrayEventIterator
public ReversedArrayEventIterator(EventBean[] events)
-