Uses of Interface
org.apache.graphar.edges.EdgeIter
-
Packages that use EdgeIter Package Description org.apache.graphar.edges -
-
Uses of EdgeIter in org.apache.graphar.edges
Methods in org.apache.graphar.edges that return EdgeIter Modifier and Type Method Description EdgeIterEdgesCollection. begin()The iterator pointing to the first edge.EdgeIterEdgeIter.Factory. create(EdgeIter other)Copy constructor.EdgeIterEdgeIter.Factory. create(StdSharedPtr<EdgeInfo> edgeInfo, StdString prefix, AdjListType adjListType, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long globalChunkIndex, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long offset, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkEnd, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkBegin, StdSharedPtr<IndexConverter> indexConverter)Initialize the iterator.EdgeIterEdgesCollection. end()The iterator pointing to the past-the-end element.EdgeIterEdgesCollection. findDst(long id, EdgeIter from)Construct and return the iterator pointing to the first incoming edge of the vertex with specific id after the input iterator.EdgeIterEdgesCollection. findSrc(long id, EdgeIter from)Construct and return the iterator pointing to the first out-going edge of the vertex with specific id after the input iterator.EdgeIterEdgeIter. inc()The prefix increment operator.Methods in org.apache.graphar.edges with parameters of type EdgeIter Modifier and Type Method Description EdgeIterEdgeIter.Factory. create(EdgeIter other)Copy constructor.booleanEdgeIter. eq(EdgeIter rhs)The equality operator.EdgeIterEdgesCollection. findDst(long id, EdgeIter from)Construct and return the iterator pointing to the first incoming edge of the vertex with specific id after the input iterator.EdgeIterEdgesCollection. findSrc(long id, EdgeIter from)Construct and return the iterator pointing to the first out-going edge of the vertex with specific id after the input iterator.@com.alibaba.fastffi.FFINameAlias("first_dst") booleanEdgeIter. firstDst(EdgeIter from, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long id)Let the input iterator to point to the first incoming edge of the vertex with specific id after the current position of the iterator.@com.alibaba.fastffi.FFINameAlias("first_src") booleanEdgeIter. firstSrc(EdgeIter from, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long id)Let the input iterator to point to the first out-going edge of the vertex with specific id after the current position of the iterator.
-