- java.lang.Object
-
- com.ibm.j9ddr.vm29.view.dtfj.java.j9.HeapObjectIterator
-
- All Implemented Interfaces:
HeapWalkerEvents
,Iterator
public class HeapObjectIterator extends Object implements HeapWalkerEvents, Iterator
-
-
Constructor Summary
Constructors Constructor Description HeapObjectIterator(DTFJJavaHeap heap, GCHeapRegionDescriptor region)
-
Method Summary
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.j9ddr.vm29.j9.walkers.HeapWalkerEvents
doCorruptData, doDeadObject, doLiveObject, doSectionEnd, doSectionStart
-
Methods declared in interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Constructor Detail
-
HeapObjectIterator
public HeapObjectIterator(DTFJJavaHeap heap, GCHeapRegionDescriptor region) throws CorruptDataException
- Throws:
CorruptDataException
-
-