com.espertech.esper.epl.join.table
Class PropertySortedEventTableIterator

java.lang.Object
  extended by com.espertech.esper.epl.join.table.PropertySortedEventTableIterator
All Implemented Interfaces:
java.util.Iterator<EventBean>

public final class PropertySortedEventTableIterator
extends java.lang.Object
implements java.util.Iterator<EventBean>

Iterator for use by PropertySortedEventTable.


Constructor Summary
PropertySortedEventTableIterator(java.util.Map<java.lang.Object,java.util.Set<EventBean>> window)
          Ctor.
 
Method Summary
 boolean hasNext()
           
 EventBean next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySortedEventTableIterator

public PropertySortedEventTableIterator(java.util.Map<java.lang.Object,java.util.Set<EventBean>> window)
Ctor.

Parameters:
window - - sorted map with events
Method Detail

next

public final EventBean next()
Specified by:
next in interface java.util.Iterator<EventBean>

hasNext

public final boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<EventBean>

remove

public final void remove()
Specified by:
remove in interface java.util.Iterator<EventBean>

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com