Interface ProjectedNbr<VID_T,​EDATA_T>

    • Method Detail

      • edgeId

        @com.alibaba.fastffi.FFINameAlias("edge_id") long edgeId()
        Edge id for this Nbr, inherited from property graph.
        Returns:
        edge id.
      • eq

        boolean eq​(ProjectedNbr<VID_T,​EDATA_T> rhs)
        Check equality.
        Parameters:
        rhs - Nbr to be compared with
        Returns:
        true if is the same pointer.