Class StructTypes.JfrOldObjectArray
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.internal.parser.v1.StructTypes.JfrOldObjectArray
-
- All Implemented Interfaces:
IMCOldObjectArray
- Enclosing class:
- StructTypes
static class StructTypes.JfrOldObjectArray extends java.lang.Object implements IMCOldObjectArray
-
-
Constructor Summary
Constructors Constructor Description JfrOldObjectArray()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getSize
public java.lang.Long getSize()
Description copied from interface:IMCOldObjectArray
Returns the size of the array the old object is in.- Specified by:
getSize
in interfaceIMCOldObjectArray
- Returns:
- the size of the array containing the referred object
-
getIndex
public java.lang.Long getIndex()
Description copied from interface:IMCOldObjectArray
Returns the index of the object in the array.- Specified by:
getIndex
in interfaceIMCOldObjectArray
- Returns:
- the index of the referred object in the array
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-