Package com.alibaba.graphscope.ds
Class StringTypedArray_cxx_0x5d3f85f1
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.BaseTypedArray_cxx_0x5e84f3cc
-
- com.alibaba.graphscope.ds.StringTypedArray_cxx_0x5d3f85f1
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,com.alibaba.fastffi.FFISettablePointer,FFIType,BaseTypedArray<StringView>,StringTypedArray,Serializable
public class StringTypedArray_cxx_0x5d3f85f1 extends BaseTypedArray_cxx_0x5e84f3cc implements StringTypedArray
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.ds.StringTypedArray
StringTypedArray.Factory
-
-
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 StringTypedArray_cxx_0x5d3f85f1(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringViewget(long index)@com.alibaba.fastffi.FFINameAlias("GetLength") longgetLength()@com.alibaba.fastffi.FFINameAlias("GetRawData") longgetRawData()@com.alibaba.fastffi.FFINameAlias("GetRawDataLength") longgetRawDataLength()inthashCode()static longnativeCreateFactory0()static @com.alibaba.fastffi.CXXValue longnativeGet(long ptr, long rv_base, long index0)static @com.alibaba.fastffi.FFINameAlias("GetLength") longnativeGetLength(long ptr)static @com.alibaba.fastffi.FFINameAlias("GetRawData") longnativeGetRawData(long ptr)static @com.alibaba.fastffi.FFINameAlias("GetRawDataLength") longnativeGetRawDataLength(long ptr)voidsetAddress(long arg0)StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseTypedArray_cxx_0x5e84f3cc
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseTypedArray_cxx_0x5e84f3cc
-
toString
public String toString()
- Overrides:
toStringin classBaseTypedArray_cxx_0x5e84f3cc
-
get
public StringView get(long index)
- Specified by:
getin interfaceStringTypedArray
-
nativeGet
public static @com.alibaba.fastffi.CXXValue long nativeGet(long ptr, long rv_base, long index0)
-
getLength
public @com.alibaba.fastffi.FFINameAlias("GetLength") long getLength()- Specified by:
getLengthin interfaceBaseTypedArray<StringView>- Specified by:
getLengthin interfaceStringTypedArray- Overrides:
getLengthin classBaseTypedArray_cxx_0x5e84f3cc
-
nativeGetLength
public static @com.alibaba.fastffi.FFINameAlias("GetLength") long nativeGetLength(long ptr)
-
getRawData
public @com.alibaba.fastffi.FFINameAlias("GetRawData") long getRawData()- Specified by:
getRawDatain interfaceStringTypedArray
-
nativeGetRawData
public static @com.alibaba.fastffi.FFINameAlias("GetRawData") long nativeGetRawData(long ptr)
-
getRawDataLength
public @com.alibaba.fastffi.FFINameAlias("GetRawDataLength") long getRawDataLength()- Specified by:
getRawDataLengthin interfaceStringTypedArray
-
nativeGetRawDataLength
public static @com.alibaba.fastffi.FFINameAlias("GetRawDataLength") long nativeGetRawDataLength(long ptr)
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddressin interfacecom.alibaba.fastffi.FFISettablePointer- Overrides:
setAddressin classBaseTypedArray_cxx_0x5e84f3cc
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-