Interface VerticesCollection

  • All Superinterfaces:
    com.alibaba.fastffi.CXXPointer, com.alibaba.fastffi.FFIPointer, com.alibaba.fastffi.FFIType, Iterable<Vertex>

    public interface VerticesCollection
    extends com.alibaba.fastffi.CXXPointer, Iterable<Vertex>
    VerticesCollection is designed for reading a collection of vertices.
    • Method Detail

      • begin

        VertexIter begin()
        The iterator pointing to the first vertex.
      • end

        VertexIter end()
        The iterator pointing to the past-the-end element.
      • find

        VertexIter find​(@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long id)
        The iterator pointing to the vertex with specific id.
      • size

        long size()