Package com.alibaba.graphscope.ds
Class VertexArray_cxx_0xd8921725Factory
- java.lang.Object
-
- com.alibaba.graphscope.ds.VertexArray_cxx_0xd8921725Factory
-
- All Implemented Interfaces:
VertexArray.Factory<Long,Integer>
public class VertexArray_cxx_0xd8921725Factory extends Object implements VertexArray.Factory<Long,Integer>
-
-
Field Summary
Fields Modifier and Type Field Description static VertexArray.Factory<Long,Integer>INSTANCE
-
Constructor Summary
Constructors Constructor Description VertexArray_cxx_0xd8921725Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexArray<Long,Integer>create()Create an empty vertex Array.
-
-
-
Field Detail
-
INSTANCE
public static final VertexArray.Factory<Long,Integer> INSTANCE
-
-
Method Detail
-
create
public VertexArray<Long,Integer> create()
Description copied from interface:VertexArray.FactoryCreate an empty vertex Array. Please callVertexArray.init(VertexRange)to init this array.- Specified by:
createin interfaceVertexArray.Factory<Long,Integer>- Returns:
- created vertex array.
-
-