Uses of Interface
org.apache.graphar.edges.Edge
-
Packages that use Edge Package Description org.apache.graphar.edges -
-
Uses of Edge in org.apache.graphar.edges
Methods in org.apache.graphar.edges that return Edge Modifier and Type Method Description EdgeEdge.Factory. create(AdjListArrowChunkReader adjListReader, StdVector<AdjListPropertyArrowChunkReader> propertyReaders)Initialize the Edge.EdgeEdgeIter. get()Construct and return the edge of the current offset.Methods in org.apache.graphar.edges that return types with arguments of type Edge Modifier and Type Method Description default Iterator<Edge>EdgesCollection. iterator()Implement Iterable interface to support for-each loop.
-