public abstract class MixedEventBeanAndCollectionIteratorBase extends java.lang.Object implements java.util.Iterator<EventBean>
Modifier | Constructor and Description |
---|---|
protected |
MixedEventBeanAndCollectionIteratorBase(java.util.Iterator keyIterator) |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.Object |
getValue(java.lang.Object iteratorKeyValue) |
boolean |
hasNext() |
protected void |
init() |
EventBean |
next() |
void |
remove() |
protected MixedEventBeanAndCollectionIteratorBase(java.util.Iterator keyIterator)
protected abstract java.lang.Object getValue(java.lang.Object iteratorKeyValue)
protected void init()
public final boolean hasNext()
hasNext
in interface java.util.Iterator<EventBean>
public final void remove()
remove
in interface java.util.Iterator<EventBean>