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