Package com.alibaba.graphscope.ds
Interface PropertyAdjList<VID_T>
-
- All Superinterfaces:
com.alibaba.fastffi.CXXPointer,com.alibaba.fastffi.FFIPointer,FFIType,Serializable
- All Known Implementing Classes:
PropertyAdjList_cxx_0x8b7a773c,PropertyAdjList_cxx_0x8ba5a67d
public interface PropertyAdjList<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 PropertyNbr<VID_T>begin()PropertyNbrUnit<VID_T>beginUnit()@com.alibaba.fastffi.FFINameAlias("Empty") booleanempty()PropertyNbr<VID_T>end()PropertyNbrUnit<VID_T>endUnit()default Iterable<PropertyNbr<VID_T>>iterator()@com.alibaba.fastffi.FFINameAlias("Size") intsize()
-
-
-
Method Detail
-
begin
PropertyNbr<VID_T> begin()
-
end
PropertyNbr<VID_T> end()
-
beginUnit
PropertyNbrUnit<VID_T> beginUnit()
-
endUnit
PropertyNbrUnit<VID_T> endUnit()
-
size
@com.alibaba.fastffi.FFINameAlias("Size") int size()
-
empty
@com.alibaba.fastffi.FFINameAlias("Empty") boolean empty()
-
iterator
default Iterable<PropertyNbr<VID_T>> iterator()
-
-