Package com.alibaba.graphscope.ds
Class FidPointer_cxx_0xff0c66f5
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.FidPointer_cxx_0xff0c66f5
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointerRangeElement<FidPointer>
,com.alibaba.fastffi.FFIPointer
,com.alibaba.fastffi.FFISettablePointer
,FFIType
,FidPointer
,Serializable
public class FidPointer_cxx_0xff0c66f5 extends FFIPointerImpl implements FidPointer
- 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 FidPointer_cxx_0xff0c66f5(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FidPointer
add(long arg0)
void
addV(long arg0)
long
elementSize()
boolean
equals(Object o)
int
get()
int
hashCode()
FidPointer
moveTo(long arg0)
void
moveToV(long arg0)
static int
nativeGet(long ptr)
void
setAddress(long arg0)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
add
public FidPointer add(long arg0)
- Specified by:
add
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<FidPointer>
-
addV
public void addV(long arg0)
- Specified by:
addV
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<FidPointer>
-
elementSize
public long elementSize()
- Specified by:
elementSize
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<FidPointer>
-
get
public int get()
- Specified by:
get
in interfaceFidPointer
-
nativeGet
public static int nativeGet(long ptr)
-
moveTo
public FidPointer moveTo(long arg0)
- Specified by:
moveTo
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<FidPointer>
-
moveToV
public void moveToV(long arg0)
- Specified by:
moveToV
in interfacecom.alibaba.fastffi.CXXPointerRangeElement<FidPointer>
-
setAddress
public void setAddress(long arg0)
- Specified by:
setAddress
in interfacecom.alibaba.fastffi.FFISettablePointer
-
-