Package com.alibaba.graphscope.ds
Class ProjectedAdjList_cxx_0x4c794de0
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.ds.ProjectedAdjList_cxx_0x4c794de0
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,ProjectedAdjList<Long,Integer>
,Serializable
public class ProjectedAdjList_cxx_0x4c794de0 extends FFIPointerImpl implements ProjectedAdjList<Long,Integer>
- 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 ProjectedAdjList_cxx_0x4c794de0(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectedNbr<Long,Integer>
begin()
Get the first Nbr.@com.alibaba.fastffi.FFINameAlias("Empty") boolean
empty()
Check empty.ProjectedNbr<Long,Integer>
end()
Get the last Nbr.boolean
equals(Object o)
int
hashCode()
static @com.alibaba.fastffi.CXXValue long
nativeBegin(long ptr, long rv_base)
static @com.alibaba.fastffi.FFINameAlias("Empty") boolean
nativeEmpty(long ptr)
static @com.alibaba.fastffi.CXXValue long
nativeEnd(long ptr, long rv_base)
static @com.alibaba.fastffi.FFINameAlias("NotEmpty") boolean
nativeNotEmpty(long ptr)
static @com.alibaba.fastffi.FFINameAlias("Size") long
nativeSize(long ptr)
@com.alibaba.fastffi.FFINameAlias("NotEmpty") boolean
notEmpty()
Check no-empty.@com.alibaba.fastffi.FFINameAlias("Size") long
size()
Size for this AdjList, i.e.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 com.alibaba.graphscope.ds.ProjectedAdjList
iterable
-
-
-
-
Method Detail
-
begin
public ProjectedNbr<Long,Integer> begin()
Description copied from interface:ProjectedAdjList
Get the first Nbr.- Specified by:
begin
in interfaceProjectedAdjList<Long,Integer>
- 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:ProjectedAdjList
Check empty.- Specified by:
empty
in interfaceProjectedAdjList<Long,Integer>
- Returns:
- true if no nbr.
-
nativeEmpty
public static @com.alibaba.fastffi.FFINameAlias("Empty") boolean nativeEmpty(long ptr)
-
end
public ProjectedNbr<Long,Integer> end()
Description copied from interface:ProjectedAdjList
Get the last Nbr.- Specified by:
end
in interfaceProjectedAdjList<Long,Integer>
- 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:ProjectedAdjList
Check no-empty.- Specified by:
notEmpty
in interfaceProjectedAdjList<Long,Integer>
- 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:ProjectedAdjList
Size for this AdjList, i.e. number of nbrs.- Specified by:
size
in interfaceProjectedAdjList<Long,Integer>
- Returns:
- size.
-
nativeSize
public static @com.alibaba.fastffi.FFINameAlias("Size") long nativeSize(long ptr)
-
-