Package com.alibaba.graphscope.ds
Interface PropertyRawAdjList<VID_T>
-
- All Superinterfaces:
com.alibaba.fastffi.CXXPointer,com.alibaba.fastffi.FFIPointer,FFIType,Serializable
- All Known Implementing Classes:
PropertyRawAdjList_cxx_0xae3a756c,PropertyRawAdjList_cxx_0xae65a4ad
public interface PropertyRawAdjList<VID_T> extends com.alibaba.fastffi.FFIPointer, com.alibaba.fastffi.CXXPointer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PropertyNbrUnit<VID_T>begin()@com.alibaba.fastffi.FFINameAlias("Empty") booleanempty()PropertyNbrUnit<VID_T>end()default Iterable<PropertyNbrUnit<VID_T>>iterator()@com.alibaba.fastffi.FFINameAlias("Size") intsize()
-
-
-
Method Detail
-
begin
PropertyNbrUnit<VID_T> begin()
-
end
PropertyNbrUnit<VID_T> end()
-
size
@com.alibaba.fastffi.FFINameAlias("Size") int size()
-
empty
@com.alibaba.fastffi.FFINameAlias("Empty") boolean empty()
-
iterator
default Iterable<PropertyNbrUnit<VID_T>> iterator()
-
-