Package com.alibaba.graphscope.ds
Class PrimitiveTypedArray_cxx_0x4f4be6c2
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.BaseTypedArray_cxx_0x4f4be6c2
-
- com.alibaba.graphscope.ds.PrimitiveTypedArray_cxx_0x4f4be6c2
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,com.alibaba.fastffi.FFISettablePointer,FFIType,BaseTypedArray<Integer>,PrimitiveTypedArray<Integer>,Serializable
public class PrimitiveTypedArray_cxx_0x4f4be6c2 extends BaseTypedArray_cxx_0x4f4be6c2 implements PrimitiveTypedArray<Integer>
- 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_0x4f4be6c2(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Integerget(long arg0)@com.alibaba.fastffi.FFINameAlias("GetLength") longgetLength()inthashCode()static longnativeCreateFactory0()static intnativeGet(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_0x4f4be6c2
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseTypedArray_cxx_0x4f4be6c2
-
toString
public String toString()
- Overrides:
toStringin classBaseTypedArray_cxx_0x4f4be6c2
-
get
public Integer get(long arg0)
- Specified by:
getin interfacePrimitiveTypedArray<Integer>
-
nativeGet
public static int nativeGet(long ptr, long arg00)
-
getLength
public @com.alibaba.fastffi.FFINameAlias("GetLength") long getLength()- Specified by:
getLengthin interfaceBaseTypedArray<Integer>- Overrides:
getLengthin classBaseTypedArray_cxx_0x4f4be6c2
-
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_0x4f4be6c2
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-