Package com.alibaba.graphscope.ds
Class GrapeAdjListIterable<VID_T,EDATA_T>
- java.lang.Object
-
- com.alibaba.graphscope.ds.GrapeAdjListIterable<VID_T,EDATA_T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GrapeNbr<VID_T,EDATA_T>
begin()
Get the begin Nbr.GrapeNbr<VID_T,EDATA_T>
end()
Get the end Nbr.void
forEachVertex(Consumer<GrapeNbr<VID_T,EDATA_T>> consumer)
Iterator<GrapeNbr<VID_T,EDATA_T>>
iterator()
Get the iterator.long
size()
Get the number of neighbors in this adj list.-
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
-
-