Class GrapeAdjListAdaptor<VID_T,EDATA_T>
- java.lang.Object
-
- com.alibaba.graphscope.ds.adaptor.GrapeAdjListAdaptor<VID_T,EDATA_T>
-
-
Constructor Summary
Constructors Constructor Description GrapeAdjListAdaptor(GrapeAdjList<VID_T,EDATA_T> adj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nbr<VID_T,EDATA_T>begin()Get the begin Nbr.Nbr<VID_T,EDATA_T>end()Get the last Nbr.GrapeAdjList<VID_T,EDATA_T>getAdjList()longsize()Get the size of this adjList.Stringtype()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GrapeAdjListAdaptor
public GrapeAdjListAdaptor(GrapeAdjList<VID_T,EDATA_T> adj)
-
-