org.glassfish.pfl.tf.timer.impl
Class LogEventHandlerIterator

java.lang.Object
  extended by org.glassfish.pfl.tf.timer.impl.LogEventHandlerIterator
All Implemented Interfaces:
Iterator<TimerEvent>

public class LogEventHandlerIterator
extends Object
implements Iterator<TimerEvent>


Constructor Summary
LogEventHandlerIterator(TimerFactory factory, long[] data, int nextFree)
           
 
Method Summary
 boolean hasNext()
           
 TimerEvent next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEventHandlerIterator

public LogEventHandlerIterator(TimerFactory factory,
                               long[] data,
                               int nextFree)
Method Detail

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.