public class LogEventHandlerIterator extends Object implements Iterator<TimerEvent>
| Constructor and Description |
|---|
LogEventHandlerIterator(TimerFactory factory,
long[] data,
int nextFree) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
TimerEvent |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic LogEventHandlerIterator(TimerFactory factory, long[] data, int nextFree)
public void remove()
remove in interface Iterator<TimerEvent>public boolean hasNext()
hasNext in interface Iterator<TimerEvent>public TimerEvent next()
next in interface Iterator<TimerEvent>Copyright © 2011–2018 Eclipse Foundation. All rights reserved.