Package com.alibaba.graphscope.ds
Class BaseTypedArray_cxx_0xb7aa6c0a
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.BaseTypedArray_cxx_0xb7aa6c0a
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,com.alibaba.fastffi.FFISettablePointer,FFIType,BaseTypedArray<Long>,Serializable
- Direct Known Subclasses:
PrimitiveTypedArray_cxx_0xb7aa6c0a
public class BaseTypedArray_cxx_0xb7aa6c0a extends FFIPointerImpl implements BaseTypedArray<Long>
- 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_0xb7aa6c0a(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<Long>
-
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
-
-