- java.lang.Object
-
- com.ibm.j9ddr.vm29.j9.gc.GCBase
-
- com.ibm.j9ddr.vm29.j9.gc.GCIterator
-
- com.ibm.j9ddr.vm29.j9.gc.GCStringTableIterator
-
- All Implemented Interfaces:
SlotIterator
,Iterator
public class GCStringTableIterator extends GCIterator
-
-
Field Summary
Fields Modifier and Type Field Description protected SlotIterator<com.ibm.j9ddr.vm29.pointer.generated.J9ObjectPointer>
iterator
-
Constructor Summary
Constructors Modifier Constructor Description protected
GCStringTableIterator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GCStringTableIterator
from()
-
Methods declared in class com.ibm.j9ddr.vm29.j9.gc.GCBase
getExtensions, getJavaVM
-
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
-
Methods declared in interface com.ibm.j9ddr.vm29.j9.SlotIterator
nextAddress
-
-
-
-
Field Detail
-
iterator
protected SlotIterator<com.ibm.j9ddr.vm29.pointer.generated.J9ObjectPointer> iterator
-
-
Constructor Detail
-
GCStringTableIterator
protected GCStringTableIterator() throws CorruptDataException
- Throws:
CorruptDataException
-
-
Method Detail
-
from
public static GCStringTableIterator from() throws CorruptDataException
- Throws:
CorruptDataException
-
-