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 int
HASH_SHIFT
static int
SIZE
-
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 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<Long>
-
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
-
-