java.lang.Object
com.espertech.esper.common.internal.epl.index.hash.PropertyHashedEventTableIterator<T>
-
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
-
PropertyHashedEventTableIterator
Ctor.
- Parameters:
window
- - sorted map with events
-
Method Details
-
-
hasNext
public final boolean hasNext()
- Specified by:
hasNext
in interface Iterator<T>
-
remove
public final void remove()
- Specified by:
remove
in interface Iterator<T>