Module openj9.traceformat
Package com.ibm.jvm.trace
Class TracePointGlobalChronologicalIterator<Type extends TracePoint>
- java.lang.Object
-
- com.ibm.jvm.trace.TracePointGlobalChronologicalIterator<Type>
-
- All Implemented Interfaces:
Iterator
public class TracePointGlobalChronologicalIterator<Type extends TracePoint> extends Object implements Iterator
This is a Cursor that thinks it's an Iterator really.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TracePointGlobalChronologicalIterator(TraceFormat formatter)
-
-
-
Constructor Detail
-
TracePointGlobalChronologicalIterator
protected TracePointGlobalChronologicalIterator(TraceFormat formatter)
-
-