static class StructTypes.JfrOldObjectArray extends java.lang.Object implements IMCOldObjectArray
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
index |
java.lang.Object |
size |
Constructor and Description |
---|
JfrOldObjectArray() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getIndex()
Returns the index of the object in the array.
|
java.lang.Long |
getSize()
Returns the size of the array the old object is in.
|
java.lang.String |
toString() |
public java.lang.Long getSize()
IMCOldObjectArray
getSize
in interface IMCOldObjectArray
public java.lang.Long getIndex()
IMCOldObjectArray
getIndex
in interface IMCOldObjectArray
public java.lang.String toString()
toString
in class java.lang.Object