Class GrapeAdjListIterable<VID_T,​EDATA_T>

  • Type Parameters:
    VID_T - vertex id type.
    EDATA_T - edge data type.
    All Implemented Interfaces:
    Iterable<GrapeNbr<VID_T,​EDATA_T>>

    public class GrapeAdjListIterable<VID_T,​EDATA_T>
    extends Object
    implements Iterable<GrapeNbr<VID_T,​EDATA_T>>
    An experimental substitution for AdjList, which is implemented in a more efficient manner, by avoiding jni invocations.