Class EventDistinctIterator
java.lang.Object
com.espertech.esper.common.internal.view.util.EventDistinctIterator
Iterator for obtaining distinct events.
-
Constructor Summary
ConstructorDescriptionEventDistinctIterator
(Iterator<EventBean> sourceIterator, EventPropertyValueGetter distinctKeyGetter) Ctor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
EventDistinctIterator
public EventDistinctIterator(Iterator<EventBean> sourceIterator, EventPropertyValueGetter distinctKeyGetter) Ctor.- Parameters:
sourceIterator
- is the source event iteratordistinctKeyGetter
- distinct key getter
-
-
Method Details