public final class IterablesListIterator extends Object implements Iterator<EventBean>
Constructor and Description |
---|
IterablesListIterator(Iterator<Iterable<EventBean>> iteratorOfIterables)
Constructor - takes a list of Iterable that supply the iterators to iterate over.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
EventBean |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2005–2018. All rights reserved.