net.esper.view.ext
Class SortWindowIterator
java.lang.Object
net.esper.view.ext.SortWindowIterator
- All Implemented Interfaces:
- Iterator<EventBean>
public final class SortWindowIterator
- extends Object
- implements Iterator<EventBean>
Iterator for use by SortWindowView
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortWindowIterator
public SortWindowIterator(SortedMap<MultiKey,LinkedList<EventBean>> window)
- Ctor.
- Parameters:
window
- - sorted map with events
next
public final EventBean next()
- Specified by:
next
in interface Iterator<EventBean>
hasNext
public final boolean hasNext()
- Specified by:
hasNext
in interface Iterator<EventBean>
remove
public final void remove()
- Specified by:
remove
in interface Iterator<EventBean>