Package org.eclipse.mat.snapshot.model
Interface IObjectArray
-
- All Superinterfaces:
IArray
,IObject
,Serializable
- All Known Implementing Classes:
ObjectArrayImpl
public interface IObjectArray extends IArray
Marker interface to represent object arrays in the heap dump.- No Implement:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.mat.snapshot.model.IObject
IObject.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long[]
getReferenceArray()
Get an array with the object addresses.long[]
getReferenceArray(int offset, int length)
Get an array with the object addresses, beginning atoffset
andlength
number of elements.-
Methods inherited from interface org.eclipse.mat.snapshot.model.IObject
getClassSpecificName, getClazz, getDisplayName, getGCRootInfo, getObjectAddress, getObjectId, getOutboundReferences, getRetainedHeapSize, getSnapshot, getTechnicalName, getUsedHeapSize, resolveValue
-
-