Package com.alibaba.graphscope.ds
Class DestList_cxx_0x69320d4b
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.DestList_cxx_0x69320d4b
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointer,com.alibaba.fastffi.CXXPointerRange<FidPointer>,com.alibaba.fastffi.CXXRange<FidPointer>,com.alibaba.fastffi.FFIPointer,FFIType,DestList,Serializable,Iterable<FidPointer>
public class DestList_cxx_0x69320d4b extends FFIPointerImpl implements DestList
- See Also:
- Serialized Form
-
-
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 DestList_cxx_0x69320d4b(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FidPointerbegin()Fetch the begin fid pointer.voiddelete()FidPointerend()Fetch the end fid pointerbooleanequals(Object o)inthashCode()static longnativeBegin(long ptr)static voidnativeDelete(long ptr)static longnativeEnd(long ptr)StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
begin
public FidPointer begin()
Description copied from interface:DestListFetch the begin fid pointer.- Specified by:
beginin interfacecom.alibaba.fastffi.CXXRange<FidPointer>- Specified by:
beginin interfaceDestList- Returns:
- fetch the end fid pointer.
-
nativeBegin
public static long nativeBegin(long ptr)
-
delete
public void delete()
- Specified by:
deletein interfacecom.alibaba.fastffi.CXXPointer
-
nativeDelete
public static void nativeDelete(long ptr)
-
end
public FidPointer end()
Description copied from interface:DestListFetch the end fid pointer- Specified by:
endin interfacecom.alibaba.fastffi.CXXRange<FidPointer>- Specified by:
endin interfaceDestList- Returns:
- the end fid pointer.
-
nativeEnd
public static long nativeEnd(long ptr)
-
-