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 int
HASH_SHIFT
static int
SIZE
-
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 boolean
equals(Object o)
@com.alibaba.fastffi.FFINameAlias("GetLength") long
getLength()
int
hashCode()
static @com.alibaba.fastffi.FFINameAlias("GetLength") long
nativeGetLength(long ptr)
void
setAddress(long arg0)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
getLength
public @com.alibaba.fastffi.FFINameAlias("GetLength") long getLength()
- Specified by:
getLength
in interfaceBaseTypedArray<Integer>
-
nativeGetLength
public static @com.alibaba.fastffi.FFINameAlias("GetLength") long nativeGetLength(long ptr)
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddress
in interfacecom.alibaba.fastffi.FFISettablePointer
-
-