Interface IMCOldObjectArray

    • Method Summary

      All Methods Instance Methods Abstract 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.
    • Method Detail

      • getSize

        java.lang.Long getSize()
        Returns the size of the array the old object is in.
        Returns:
        the size of the array containing the referred object
      • getIndex

        java.lang.Long getIndex()
        Returns the index of the object in the array.
        Returns:
        the index of the referred object in the array