Uses of Interface
org.apache.graphar.vertices.VertexIter
-
Packages that use VertexIter Package Description org.apache.graphar.vertices -
-
Uses of VertexIter in org.apache.graphar.vertices
Methods in org.apache.graphar.vertices that return VertexIter Modifier and Type Method Description VertexIter
VerticesCollection. begin()
The iterator pointing to the first vertex.VertexIter
VertexIter.Factory. create(StdSharedPtr<VertexInfo> vertexInfo, StdString prefix, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long offset)
Initialize the iterator.VertexIter
VerticesCollection. end()
The iterator pointing to the past-the-end element.VertexIter
VerticesCollection. find(@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long id)
The iterator pointing to the vertex with specific id.VertexIter
VertexIter. inc()
Methods in org.apache.graphar.vertices with parameters of type VertexIter Modifier and Type Method Description boolean
VertexIter. eq(VertexIter other)
The equality operator.
-