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 int
HASH_SHIFT
static int
SIZE
-
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 FidPointer
begin()
Fetch the begin fid pointer.void
delete()
FidPointer
end()
Fetch the end fid pointerboolean
equals(Object o)
int
hashCode()
static long
nativeBegin(long ptr)
static void
nativeDelete(long ptr)
static long
nativeEnd(long ptr)
String
toString()
-
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:DestList
Fetch the begin fid pointer.- Specified by:
begin
in interfacecom.alibaba.fastffi.CXXRange<FidPointer>
- Specified by:
begin
in interfaceDestList
- Returns:
- fetch the end fid pointer.
-
nativeBegin
public static long nativeBegin(long ptr)
-
delete
public void delete()
- Specified by:
delete
in interfacecom.alibaba.fastffi.CXXPointer
-
nativeDelete
public static void nativeDelete(long ptr)
-
end
public FidPointer end()
Description copied from interface:DestList
Fetch the end fid pointer- Specified by:
end
in interfacecom.alibaba.fastffi.CXXRange<FidPointer>
- Specified by:
end
in interfaceDestList
- Returns:
- the end fid pointer.
-
nativeEnd
public static long nativeEnd(long ptr)
-
-