Package com.alibaba.graphscope.ds
Class VertexArray_cxx_0xbe45efc3Factory
- java.lang.Object
-
- com.alibaba.graphscope.ds.VertexArray_cxx_0xbe45efc3Factory
-
- All Implemented Interfaces:
VertexArray.Factory<Long,Double>
public class VertexArray_cxx_0xbe45efc3Factory extends Object implements VertexArray.Factory<Long,Double>
-
-
Field Summary
Fields Modifier and Type Field Description static VertexArray.Factory<Long,Double>INSTANCE
-
Constructor Summary
Constructors Constructor Description VertexArray_cxx_0xbe45efc3Factory()
-
-
-
Field Detail
-
INSTANCE
public static final VertexArray.Factory<Long,Double> INSTANCE
-
-
Method Detail
-
create
public VertexArray<Long,Double> 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,Double>- Returns:
- created vertex array.
-
-