public abstract class MixedEventBeanAndCollectionIteratorBase extends Object implements Iterator<EventBean>
Modifier | Constructor and Description |
---|---|
protected |
MixedEventBeanAndCollectionIteratorBase(Iterator keyIterator) |
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
getValue(Object iteratorKeyValue) |
boolean |
hasNext() |
protected void |
init() |
EventBean |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected MixedEventBeanAndCollectionIteratorBase(Iterator keyIterator)