Interface IObjectArray

    • Method Detail

      • getReferenceArray

        long[] getReferenceArray()
        Get an array with the object addresses. 0 indicates null values in the array.
      • getReferenceArray

        long[] getReferenceArray​(int offset,
                                 int length)
        Get an array with the object addresses, beginning at offset and length number of elements.