- java.lang.Object
- 
- com.ibm.j9ddr.vm29.j9.gc.GCBase
- 
- com.ibm.j9ddr.vm29.j9.gc.GCIterator
- 
- com.ibm.j9ddr.vm29.j9.gc.GCMonitorReferenceIterator
 
 
 
- 
- All Implemented Interfaces:
- SlotIterator,- Iterator
 
 public class GCMonitorReferenceIterator extends GCIterator 
- 
- 
Field SummaryFields Modifier and Type Field Description protected MonitorTableListIteratoriterator
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedGCMonitorReferenceIterator()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitorTablecurrentMonitorTable()Returns the monitor table that is being iterated overstatic GCMonitorReferenceIteratorfrom()- 
Methods declared in class com.ibm.j9ddr.vm29.j9.gc.GCBasegetExtensions, getJavaVM
 - 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods declared in interface java.util.IteratorforEachRemaining, hasNext, next, remove
 - 
Methods declared in interface com.ibm.j9ddr.vm29.j9.SlotIteratornextAddress
 
- 
 
- 
- 
- 
Field Detail- 
iteratorprotected MonitorTableListIterator iterator 
 
- 
 - 
Constructor Detail- 
GCMonitorReferenceIteratorprotected GCMonitorReferenceIterator() throws CorruptDataException- Throws:
- CorruptDataException
 
 
- 
 - 
Method Detail- 
frompublic static GCMonitorReferenceIterator from() throws CorruptDataException - Throws:
- CorruptDataException
 
 - 
currentMonitorTablepublic MonitorTable currentMonitorTable() Returns the monitor table that is being iterated over- Returns:
- the monitor table being iterated over
 
 
- 
 
-