Package com.alibaba.graphscope.graph
Class AbstractEdgeManager.TupleIterator
- java.lang.Object
-
- com.alibaba.graphscope.graph.AbstractEdgeManager.TupleIterator
-
- Enclosing class:
- AbstractEdgeManager<VID_T,GRAPE_OID_T,BIZ_OID_T,GRAPE_ED_T,BIZ_EDATA_T>
public class AbstractEdgeManager.TupleIterator extends Object implements Iterator<GrapeEdge<VID_T,BIZ_OID_T,BIZ_EDATA_T>>
-
-
Constructor Summary
Constructors Constructor Description TupleIterator(long[] numOfEdges, int[] nbrPositions, PrimitiveArray<BIZ_OID_T> dstOids, PrimitiveArray<VID_T> dstLids, PrimitiveArray<BIZ_EDATA_T> edatas)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
GrapeEdge<VID_T,BIZ_OID_T,BIZ_EDATA_T>
next()
void
setLid(int lid)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
TupleIterator
public TupleIterator(long[] numOfEdges, int[] nbrPositions, PrimitiveArray<BIZ_OID_T> dstOids, PrimitiveArray<VID_T> dstLids, PrimitiveArray<BIZ_EDATA_T> edatas)
-
-
Method Detail
-
setLid
public void setLid(int lid)
-
hasNext
public boolean hasNext()
-
next
public GrapeEdge<VID_T,BIZ_OID_T,BIZ_EDATA_T> next()
-
-