Package com.alibaba.graphscope.ds
Class PrimitiveTypedArray_cxx_0xb7aa6c0a
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.BaseTypedArray_cxx_0xb7aa6c0a
-
- com.alibaba.graphscope.ds.PrimitiveTypedArray_cxx_0xb7aa6c0a
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,com.alibaba.fastffi.FFISettablePointer,FFIType,BaseTypedArray<Long>,PrimitiveTypedArray<Long>,Serializable
public class PrimitiveTypedArray_cxx_0xb7aa6c0a extends BaseTypedArray_cxx_0xb7aa6c0a implements PrimitiveTypedArray<Long>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.ds.PrimitiveTypedArray
PrimitiveTypedArray.Factory<DATA_T>
-
-
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 PrimitiveTypedArray_cxx_0xb7aa6c0a(long address)
-
Method Summary
All 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.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseTypedArray_cxx_0xb7aa6c0a
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseTypedArray_cxx_0xb7aa6c0a
-
toString
public String toString()
- Overrides:
toStringin classBaseTypedArray_cxx_0xb7aa6c0a
-
get
public Long get(long arg0)
- Specified by:
getin interfacePrimitiveTypedArray<Long>
-
nativeGet
public static long nativeGet(long ptr, long arg00)
-
getLength
public @com.alibaba.fastffi.FFINameAlias("GetLength") long getLength()- Specified by:
getLengthin interfaceBaseTypedArray<Long>- Overrides:
getLengthin classBaseTypedArray_cxx_0xb7aa6c0a
-
nativeGetLength
public static @com.alibaba.fastffi.FFINameAlias("GetLength") long nativeGetLength(long ptr)
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddressin interfacecom.alibaba.fastffi.FFISettablePointer- Overrides:
setAddressin classBaseTypedArray_cxx_0xb7aa6c0a
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-