Package com.alibaba.graphscope.ds
Class PrimitiveTypedArray_cxx_0x4f771603
- java.lang.Object
- 
- com.alibaba.fastffi.FFIPointerImpl
- 
- com.alibaba.graphscope.ds.BaseTypedArray_cxx_0x4f771603
- 
- com.alibaba.graphscope.ds.PrimitiveTypedArray_cxx_0x4f771603
 
 
 
- 
- All Implemented Interfaces:
- com.alibaba.fastffi.FFIPointer,- com.alibaba.fastffi.FFISettablePointer,- FFIType,- BaseTypedArray<Long>,- PrimitiveTypedArray<Long>,- Serializable
 
 public class PrimitiveTypedArray_cxx_0x4f771603 extends BaseTypedArray_cxx_0x4f771603 implements PrimitiveTypedArray<Long> - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.alibaba.graphscope.ds.PrimitiveTypedArrayPrimitiveTypedArray.Factory<DATA_T>
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static intHASH_SHIFTstatic intSIZE- 
Fields inherited from class com.alibaba.fastffi.FFIPointerImpladdress
 
- 
 - 
Constructor SummaryConstructors Constructor Description PrimitiveTypedArray_cxx_0x4f771603(long address)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Longget(long arg0)@com.alibaba.fastffi.FFINameAlias("GetLength") longgetLength()inthashCode()static longnativeCreateFactory0()static longnativeGet(long ptr, long arg00)static @com.alibaba.fastffi.FFINameAlias("GetLength") longnativeGetLength(long ptr)voidsetAddress(long arg0)StringtoString()- 
Methods inherited from class com.alibaba.fastffi.FFIPointerImplgetAddress
 
- 
 
- 
- 
- 
Method Detail- 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- BaseTypedArray_cxx_0x4f771603
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- BaseTypedArray_cxx_0x4f771603
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BaseTypedArray_cxx_0x4f771603
 
 - 
getpublic Long get(long arg0) - Specified by:
- getin interface- PrimitiveTypedArray<Long>
 
 - 
nativeGetpublic static long nativeGet(long ptr, long arg00)
 - 
getLengthpublic @com.alibaba.fastffi.FFINameAlias("GetLength") long getLength()- Specified by:
- getLengthin interface- BaseTypedArray<Long>
- Overrides:
- getLengthin class- BaseTypedArray_cxx_0x4f771603
 
 - 
nativeGetLengthpublic static @com.alibaba.fastffi.FFINameAlias("GetLength") long nativeGetLength(long ptr)
 - 
setAddresspublic void setAddress(long arg0) - Specified by:
- setAddressin interface- com.alibaba.fastffi.FFISettablePointer
- Overrides:
- setAddressin class- BaseTypedArray_cxx_0x4f771603
 
 - 
nativeCreateFactory0public static long nativeCreateFactory0() 
 
- 
 
-