public final class EventSequence.EventIterator extends Object implements Iterator<DiffXEvent>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
DiffXEvent |
next() |
DiffXEvent |
nextEvent()
Returns the next event.
|
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<DiffXEvent>public DiffXEvent next()
next in interface Iterator<DiffXEvent>public DiffXEvent nextEvent() throws NoSuchElementException
NoSuchElementException - iteration has no more event elements.Iterator.next()public void remove()
remove in interface Iterator<DiffXEvent>Iterator.remove()Copyright © 2007-2022. All Rights Reserved.