Package com.alibaba.graphscope.ds
Class ProjectedAdjList_cxx_0xa9082e0f
- java.lang.Object
 - 
- com.alibaba.fastffi.FFIPointerImpl
 - 
- com.alibaba.graphscope.ds.ProjectedAdjList_cxx_0xa9082e0f
 
 
 
- 
- All Implemented Interfaces:
 com.alibaba.fastffi.FFIPointer,FFIType,ProjectedAdjList<Long,StringView>,Serializable
public class ProjectedAdjList_cxx_0xa9082e0f extends FFIPointerImpl implements ProjectedAdjList<Long,StringView>
- 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 ProjectedAdjList_cxx_0xa9082e0f(long address) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectedNbr<Long,StringView>begin()Get the first Nbr.@com.alibaba.fastffi.FFINameAlias("Empty") booleanempty()Check empty.ProjectedNbr<Long,StringView>end()Get the last Nbr.booleanequals(Object o)inthashCode()static @com.alibaba.fastffi.CXXValue longnativeBegin(long ptr, long rv_base)static @com.alibaba.fastffi.FFINameAlias("Empty") booleannativeEmpty(long ptr)static @com.alibaba.fastffi.CXXValue longnativeEnd(long ptr, long rv_base)static @com.alibaba.fastffi.FFINameAlias("NotEmpty") booleannativeNotEmpty(long ptr)static @com.alibaba.fastffi.FFINameAlias("Size") longnativeSize(long ptr)@com.alibaba.fastffi.FFINameAlias("NotEmpty") booleannotEmpty()Check no-empty.@com.alibaba.fastffi.FFINameAlias("Size") longsize()Size for this AdjList, i.e.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.ProjectedAdjList
iterable 
 - 
 
 - 
 
- 
- 
Method Detail
- 
begin
public ProjectedNbr<Long,StringView> begin()
Description copied from interface:ProjectedAdjListGet the first Nbr.- Specified by:
 beginin interfaceProjectedAdjList<Long,StringView>- Returns:
 - first Nbr.
 
 
- 
nativeBegin
public static @com.alibaba.fastffi.CXXValue long nativeBegin(long ptr, long rv_base) 
- 
empty
public @com.alibaba.fastffi.FFINameAlias("Empty") boolean empty()Description copied from interface:ProjectedAdjListCheck empty.- Specified by:
 emptyin interfaceProjectedAdjList<Long,StringView>- Returns:
 - true if no nbr.
 
 
- 
nativeEmpty
public static @com.alibaba.fastffi.FFINameAlias("Empty") boolean nativeEmpty(long ptr) 
- 
end
public ProjectedNbr<Long,StringView> end()
Description copied from interface:ProjectedAdjListGet the last Nbr.- Specified by:
 endin interfaceProjectedAdjList<Long,StringView>- Returns:
 - last Nbr.
 
 
- 
nativeEnd
public static @com.alibaba.fastffi.CXXValue long nativeEnd(long ptr, long rv_base) 
- 
notEmpty
public @com.alibaba.fastffi.FFINameAlias("NotEmpty") boolean notEmpty()Description copied from interface:ProjectedAdjListCheck no-empty.- Specified by:
 notEmptyin interfaceProjectedAdjList<Long,StringView>- Returns:
 - false if empty.
 
 
- 
nativeNotEmpty
public static @com.alibaba.fastffi.FFINameAlias("NotEmpty") boolean nativeNotEmpty(long ptr) 
- 
size
public @com.alibaba.fastffi.FFINameAlias("Size") long size()Description copied from interface:ProjectedAdjListSize for this AdjList, i.e. number of nbrs.- Specified by:
 sizein interfaceProjectedAdjList<Long,StringView>- Returns:
 - size.
 
 
- 
nativeSize
public static @com.alibaba.fastffi.FFINameAlias("Size") long nativeSize(long ptr) 
 - 
 
 -