- java.lang.Object
-
- com.ibm.j9ddr.vm29.j9.gc.GCBase
-
- com.ibm.j9ddr.vm29.j9.gc.GCIterator
-
- com.ibm.j9ddr.vm29.j9.gc.GCStringCacheTableIterator
-
- All Implemented Interfaces:
SlotIterator
,Iterator
public class GCStringCacheTableIterator 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
GCStringCacheTableIterator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GCStringCacheTableIterator
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
-
GCStringCacheTableIterator
protected GCStringCacheTableIterator() throws CorruptDataException
- Throws:
CorruptDataException
-
-
Method Detail
-
from
public static GCStringCacheTableIterator from() throws CorruptDataException
- Throws:
CorruptDataException
-
-