Package com.alibaba.graphscope.graph
Class AbstractEdgeManager.TupleIterable
- java.lang.Object
-
- com.alibaba.graphscope.graph.AbstractEdgeManager.TupleIterable
-
- Enclosing class:
- AbstractEdgeManager<VID_T,GRAPE_OID_T,BIZ_OID_T,GRAPE_ED_T,BIZ_EDATA_T>
public class AbstractEdgeManager.TupleIterable extends Object implements Iterable<GrapeEdge<VID_T,BIZ_OID_T,BIZ_EDATA_T>>
-
-
Constructor Summary
Constructors Constructor Description TupleIterable(AbstractEdgeManager.CSRHolder csrHolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<GrapeEdge<VID_T,BIZ_OID_T,BIZ_EDATA_T>>
iterator()
Returns an iterator over elements of typeT
.void
setLid(long lid)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
TupleIterable
public TupleIterable(AbstractEdgeManager.CSRHolder csrHolder)
-
-