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