Package org.openjdk.jmc.common
Interface IMCOldObjectArray
-
public interface IMCOldObjectArrayArray specific information about a field that refers to anIMCOldObjecton the heap. This is used together withIMCOldObjectFieldthat holds information about the array field.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetIndex()Returns the index of the object in the array.LonggetSize()Returns the size of the array the old object is in.
-