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 VertexIterVerticesCollection. begin()The iterator pointing to the first vertex.VertexIterVertexIter.Factory. create(StdSharedPtr<VertexInfo> vertexInfo, StdString prefix, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long offset)Initialize the iterator.VertexIterVerticesCollection. end()The iterator pointing to the past-the-end element.VertexIterVerticesCollection. find(@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long id)The iterator pointing to the vertex with specific id.VertexIterVertexIter. inc()Methods in org.apache.graphar.vertices with parameters of type VertexIter Modifier and Type Method Description booleanVertexIter. eq(VertexIter other)The equality operator.
-