Uses of Class
com.alibaba.graphscope.graph.GrapeEdge
-
Packages that use GrapeEdge Package Description com.alibaba.graphscope.graph -
-
Uses of GrapeEdge in com.alibaba.graphscope.graph
Methods in com.alibaba.graphscope.graph that return GrapeEdge Modifier and Type Method Description GrapeEdge<VID_T,BIZ_OID_T,BIZ_EDATA_T>
AbstractEdgeManager.TupleIterator. next()
Methods in com.alibaba.graphscope.graph that return types with arguments of type GrapeEdge Modifier and Type Method Description Iterator<GrapeEdge<VID_T,BIZ_OID_T,BIZ_EDATA_T>>
AbstractEdgeManager.TupleIterable. iterator()
Returns an iterator over elements of typeT
.
-