java.lang.Object
com.ibm.j9ddr.vm29.view.dtfj.java.j9.DTFJConstantPoolIterator
- All Implemented Interfaces:
IEventListener
,Iterator
-
Constructor Summary
ConstructorDescriptionDTFJConstantPoolIterator
(com.ibm.j9ddr.vm29.pointer.generated.J9ClassPointer ptr) -
Method Summary
Modifier and TypeMethodDescriptionvoid
corruptData
(String message, CorruptDataException e, boolean fatal) Raised when corrupt data is encountered.boolean
hasNext()
Returnstrue
if the iteration has more elements.next()
Returns the next element in the iteration.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, remove
-
Constructor Details
-
DTFJConstantPoolIterator
public DTFJConstantPoolIterator(com.ibm.j9ddr.vm29.pointer.generated.J9ClassPointer ptr)
-
-
Method Details
-
hasNext
public boolean hasNext()Description copied from interface:java.util.Iterator
Returnstrue
if the iteration has more elements. (In other words, returnstrue
ifIterator.next()
would return an element rather than throwing an exception.) -
next
Description copied from interface:java.util.Iterator
Returns the next element in the iteration. -
corruptData
Description copied from interface:IEventListener
Raised when corrupt data is encountered.- Specified by:
corruptData
in interfaceIEventListener
- Parameters:
message
- text message related to the corrupt data exceptione
- the corrupt data exception
-