Interface GrapeAdjList<VID_T,​EDATA_T>

    • Method Detail

      • begin

        default GrapeNbr<VID_T,​EDATA_T> begin()
        Get the begin Nbr.
        Specified by:
        begin in interface com.alibaba.fastffi.CXXRange<VID_T>
        Returns:
        the first Nbr.
      • end

        default GrapeNbr<VID_T,​EDATA_T> end()
        Get the last Nbr.
        Specified by:
        end in interface com.alibaba.fastffi.CXXRange<VID_T>
        Returns:
        the last Nbr.
      • begin_pointer

        GrapeNbr<VID_T,​EDATA_T> begin_pointer()
        Get the begin Nbr.
        Returns:
        the first Nbr.
      • size

        @com.alibaba.fastffi.FFINameAlias("Size") long size()
        Get the size of this adjList.
        Returns:
        size