java.lang.Object
com.ibm.j9ddr.vm29.j9.walkers.MonitorIterator
- All Implemented Interfaces:
- Iterator
The monitor iterator walks over the monitor table to get the system and inflated object monitors. It then 
 walks the heap in order to find any flat object monitors.
- 
Constructor Details- 
MonitorIteratorpublic MonitorIterator(com.ibm.j9ddr.vm29.pointer.generated.J9JavaVMPointer vm) throws CorruptDataException - Throws:
- CorruptDataException
 
 
- 
- 
Method Details- 
hasNextpublic boolean hasNext()Description copied from interface:java.util.IteratorReturnstrueif the iteration has more elements. (In other words, returnstrueifIterator.next()would return an element rather than throwing an exception.)
- 
nextDescription copied from interface:java.util.IteratorReturns the next element in the iteration.
 
-