Package com.alibaba.graphscope.ds
Interface PrimitiveTypedArray<DATA_T>
-
- All Superinterfaces:
BaseTypedArray<DATA_T>,com.alibaba.fastffi.FFIPointer,com.alibaba.fastffi.FFISettablePointer,FFIType,Serializable
- All Known Implementing Classes:
PrimitiveTypedArray_cxx_0x2d753886,PrimitiveTypedArray_cxx_0x4f4be6c2,PrimitiveTypedArray_cxx_0x4f771603,PrimitiveTypedArray_cxx_0xb7aa6c0a
public interface PrimitiveTypedArray<DATA_T> extends BaseTypedArray<DATA_T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePrimitiveTypedArray.Factory<DATA_T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DATA_Tget(long index)-
Methods inherited from interface com.alibaba.graphscope.ds.BaseTypedArray
getLength
-
-
-
-
Method Detail
-
get
DATA_T get(long index)
-
-