Interface PrimitiveTypedArray<DATA_T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DATA_T get​(long index)  
      • Methods inherited from interface com.alibaba.fastffi.FFIPointer

        getAddress
      • Methods inherited from interface com.alibaba.fastffi.FFISettablePointer

        setAddress
    • Method Detail

      • get

        DATA_T get​(long index)