java.lang.Object
com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaHeap
- All Implemented Interfaces:
JavaHeap
-
Constructor Summary
ConstructorsConstructorDescriptionDTFJJavaHeap(com.ibm.j9ddr.vm29.pointer.generated.MM_MemorySpacePointer space, String name, ImagePointer id) -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompares the argument to the receiver, and answers true if they represent the same object using a class specific comparison.getName()Get a brief textual description of this heap.Get the set of objects which are stored in this heap.Get the set of contiguous memory regions which form this heap.inthashCode()Answers an integer hash code for the receiver.
-
Constructor Details
-
DTFJJavaHeap
public DTFJJavaHeap(com.ibm.j9ddr.vm29.pointer.generated.MM_MemorySpacePointer space, String name, ImagePointer id) throws CorruptDataException - Throws:
CorruptDataException
-
-
Method Details
-
getName
Description copied from interface:JavaHeapGet a brief textual description of this heap. -
getObjects
Description copied from interface:JavaHeapGet the set of objects which are stored in this heap.- Specified by:
getObjectsin interfaceJavaHeap- Returns:
- an iterator over the collection of objects which are stored in this heap
- See Also:
-
getSections
Description copied from interface:JavaHeapGet the set of contiguous memory regions which form this heap.- Specified by:
getSectionsin interfaceJavaHeap- Returns:
- an iterator over the collection of contiguous memory regions which form this heap
- See Also:
-
equals
Description copied from class:java.lang.ObjectCompares the argument to the receiver, and answers true if they represent the same object using a class specific comparison. The implementation in Object answers true only if the argument is the exact same object as the receiver (==). -
hashCode
public int hashCode()Description copied from class:java.lang.ObjectAnswers an integer hash code for the receiver. Any two objects which answertruewhen passed to.equalsmust answer the same value for this method.
-