Package com.alibaba.graphscope.ds
Class PrimitiveTypedArray_cxx_0x2d753886
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.BaseTypedArray_cxx_0x2d753886
-
- com.alibaba.graphscope.ds.PrimitiveTypedArray_cxx_0x2d753886
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,com.alibaba.fastffi.FFISettablePointer
,FFIType
,BaseTypedArray<Double>
,PrimitiveTypedArray<Double>
,Serializable
public class PrimitiveTypedArray_cxx_0x2d753886 extends BaseTypedArray_cxx_0x2d753886 implements PrimitiveTypedArray<Double>
- 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 int
HASH_SHIFT
static int
SIZE
-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
-
Constructor Summary
Constructors Constructor Description PrimitiveTypedArray_cxx_0x2d753886(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Double
get(long arg0)
@com.alibaba.fastffi.FFINameAlias("GetLength") long
getLength()
int
hashCode()
static long
nativeCreateFactory0()
static double
nativeGet(long ptr, long arg00)
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
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classBaseTypedArray_cxx_0x2d753886
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classBaseTypedArray_cxx_0x2d753886
-
toString
public String toString()
- Overrides:
toString
in classBaseTypedArray_cxx_0x2d753886
-
get
public Double get(long arg0)
- Specified by:
get
in interfacePrimitiveTypedArray<Double>
-
nativeGet
public static double nativeGet(long ptr, long arg00)
-
getLength
public @com.alibaba.fastffi.FFINameAlias("GetLength") long getLength()
- Specified by:
getLength
in interfaceBaseTypedArray<Double>
- Overrides:
getLength
in classBaseTypedArray_cxx_0x2d753886
-
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
- Overrides:
setAddress
in classBaseTypedArray_cxx_0x2d753886
-
nativeCreateFactory0
public static long nativeCreateFactory0()
-
-