Interface VertexRange<VID_T>

    • Method Detail

      • beginValue

        VID_T beginValue()
        Return the Begin vertex id for this VertexRange.
        Returns:
        the first vertex id
      • endValue

        VID_T endValue()
        Return the last vertex for this VertexRange.
        Returns:
        the last vertex id
      • size

        long size()
        Return the number of vertices in this vertex range.
        Returns:
        the size.
      • SetRange

        void SetRange​(VID_T begin,
                      VID_T end)
        Update the left bound and right bound.
        Parameters:
        begin - left(begin) VID_T.
        end - right(end) VID_T.
      • longIterable

        default Iterable<Vertex<VID_T>> longIterable()
        Get iterator for vid=long
        Returns: