Package com.alibaba.graphscope.ds
Class EdgeDataColumn_cxx_0x7bc33b49
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.EdgeDataColumn_cxx_0x7bc33b49
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,EdgeDataColumn<Double>
,Serializable
public class EdgeDataColumn_cxx_0x7bc33b49 extends FFIPointerImpl implements EdgeDataColumn<Double>
- See Also:
- Serialized Form
-
-
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 EdgeDataColumn_cxx_0x7bc33b49(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Double
get(PropertyNbrUnit<Long> arg0)
int
hashCode()
static @com.alibaba.fastffi.CXXValue double
nativeGet(long ptr, long arg00)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
get
public Double get(PropertyNbrUnit<Long> arg0)
- Specified by:
get
in interfaceEdgeDataColumn<Double>
-
nativeGet
public static @com.alibaba.fastffi.CXXValue double nativeGet(long ptr, long arg00)
-
-