Constructor and Description |
---|
SingleEventIterator(EventBean eventBean)
Constructor, takes the single event to iterate over as a parameter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
EventBean |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public SingleEventIterator(EventBean eventBean)
eventBean
- single bean that the iterator returns, or null for an empty iterator