Class IterablesArrayIterator
java.lang.Object
com.espertech.esper.common.internal.collection.IterablesArrayIterator
An iterator over an array of iterables.
-
Constructor Summary
ConstructorDescriptionIterablesArrayIterator
(Iterable<EventBean>[][] iterables) Constructor - takes a list of Iterable that supply the iterators to iterate over. -
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
-
IterablesArrayIterator
Constructor - takes a list of Iterable that supply the iterators to iterate over.- Parameters:
iterables
- is a list of Iterable instances for which iterators to iterator over
-
-
Method Details