Class StructTypes.JfrOldObjectArray

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Object index  
      java.lang.Object size  
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • size

        public java.lang.Object size
      • index

        public java.lang.Object index
    • Constructor Detail

      • JfrOldObjectArray

        JfrOldObjectArray()
    • 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 interface IMCOldObjectArray
        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 interface IMCOldObjectArray
        Returns:
        the index of the referred object in the array
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object