Package com.alibaba.graphscope.ds
Class PropertyRawAdjList_cxx_0xae65a4ad
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.PropertyRawAdjList_cxx_0xae65a4ad
-
- All Implemented Interfaces:
com.alibaba.fastffi.CXXPointer,com.alibaba.fastffi.FFIPointer,FFIType,PropertyRawAdjList<Long>,Serializable
public class PropertyRawAdjList_cxx_0xae65a4ad extends FFIPointerImpl implements PropertyRawAdjList<Long>
- 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 PropertyRawAdjList_cxx_0xae65a4ad(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyNbrUnit<Long>begin()voiddelete()@com.alibaba.fastffi.FFINameAlias("Empty") booleanempty()PropertyNbrUnit<Long>end()booleanequals(Object o)inthashCode()static @com.alibaba.fastffi.FFINameAlias("begin") longnativeBegin(long ptr)static voidnativeDelete(long ptr)static @com.alibaba.fastffi.FFINameAlias("Empty") booleannativeEmpty(long ptr)static @com.alibaba.fastffi.FFINameAlias("end") longnativeEnd(long ptr)static @com.alibaba.fastffi.FFINameAlias("Size") intnativeSize(long ptr)@com.alibaba.fastffi.FFINameAlias("Size") intsize()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 com.alibaba.graphscope.ds.PropertyRawAdjList
iterator
-
-
-
-
Method Detail
-
begin
public PropertyNbrUnit<Long> begin()
- Specified by:
beginin interfacePropertyRawAdjList<Long>
-
nativeBegin
public static @com.alibaba.fastffi.FFINameAlias("begin") long nativeBegin(long ptr)
-
delete
public void delete()
- Specified by:
deletein interfacecom.alibaba.fastffi.CXXPointer
-
nativeDelete
public static void nativeDelete(long ptr)
-
empty
public @com.alibaba.fastffi.FFINameAlias("Empty") boolean empty()- Specified by:
emptyin interfacePropertyRawAdjList<Long>
-
nativeEmpty
public static @com.alibaba.fastffi.FFINameAlias("Empty") boolean nativeEmpty(long ptr)
-
end
public PropertyNbrUnit<Long> end()
- Specified by:
endin interfacePropertyRawAdjList<Long>
-
nativeEnd
public static @com.alibaba.fastffi.FFINameAlias("end") long nativeEnd(long ptr)
-
size
public @com.alibaba.fastffi.FFINameAlias("Size") int size()- Specified by:
sizein interfacePropertyRawAdjList<Long>
-
nativeSize
public static @com.alibaba.fastffi.FFINameAlias("Size") int nativeSize(long ptr)
-
-