Class TracePointThreadChronologicalIterator<Type extends TracePoint>
java.lang.Object
com.ibm.jvm.trace.TracePointThreadChronologicalIterator<Type>
- All Implemented Interfaces:
 Iterator
public class TracePointThreadChronologicalIterator<Type extends TracePoint>
extends Object
implements Iterator
- 
Constructor Details
- 
TracePointThreadChronologicalIterator
 
 - 
 - 
Method Details
- 
hasNext
public boolean hasNext()Description copied from interface:java.util.IteratorReturnstrueif the iteration has more elements. (In other words, returnstrueifIterator.next()would return an element rather than throwing an exception.)- Specified by:
 hasNextin interfaceIterator<Type extends TracePoint>- Returns:
 trueif the iteration has more elements
 - 
next
Description copied from interface:java.util.IteratorReturns the next element in the iteration.- Specified by:
 nextin interfaceIterator<Type extends TracePoint>- Returns:
 - the next element in the iteration
 
 
 -