Package com.alibaba.graphscope.ds
Class BaseTypedArray_cxx_0x4f4be6c2
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.BaseTypedArray_cxx_0x4f4be6c2
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,com.alibaba.fastffi.FFISettablePointer,FFIType,BaseTypedArray<Integer>,Serializable
- Direct Known Subclasses:
PrimitiveTypedArray_cxx_0x4f4be6c2
public class BaseTypedArray_cxx_0x4f4be6c2 extends FFIPointerImpl implements BaseTypedArray<Integer>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intHASH_SHIFTstatic intSIZE-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
-
Constructor Summary
Constructors Constructor Description BaseTypedArray_cxx_0x4f4be6c2(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@com.alibaba.fastffi.FFINameAlias("GetLength") longgetLength()inthashCode()static @com.alibaba.fastffi.FFINameAlias("GetLength") longnativeGetLength(long ptr)voidsetAddress(long arg0)StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
getLength
public @com.alibaba.fastffi.FFINameAlias("GetLength") long getLength()- Specified by:
getLengthin interfaceBaseTypedArray<Integer>
-
nativeGetLength
public static @com.alibaba.fastffi.FFINameAlias("GetLength") long nativeGetLength(long ptr)
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddressin interfacecom.alibaba.fastffi.FFISettablePointer
-
-