org.glassfish.pfl.tf.timer.impl
Class LogEventHandlerIterator
java.lang.Object
org.glassfish.pfl.tf.timer.impl.LogEventHandlerIterator
- All Implemented Interfaces:
- Iterator<TimerEvent>
public class LogEventHandlerIterator
- extends Object
- implements Iterator<TimerEvent>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogEventHandlerIterator
public LogEventHandlerIterator(TimerFactory factory,
long[] data,
int nextFree)
remove
public void remove()
- Specified by:
remove in interface Iterator<TimerEvent>
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<TimerEvent>
next
public TimerEvent next()
- Specified by:
next in interface Iterator<TimerEvent>
Copyright © 2013 Oracle. All Rights Reserved.