Module openj9.dtfj
Package com.ibm.j9ddr.vm29.j9.walkers
Class ArrayIterator<StructType extends DataType>
- java.lang.Object
-
- com.ibm.j9ddr.vm29.j9.walkers.ArrayIterator<StructType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Class<StructType>
structType
-
Constructor Summary
Constructors Constructor Description ArrayIterator(Class<T> structType, int total, PointerPointer nodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<StructType>
iterator()
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Field Detail
-
structType
protected Class<StructType extends DataType> structType
-
-
Constructor Detail
-
ArrayIterator
public ArrayIterator(Class<T> structType, int total, PointerPointer nodes) throws CorruptDataException
- Throws:
CorruptDataException
-
-
Method Detail
-
iterator
public Iterator<StructType> iterator()
-
-