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