Package com.alibaba.graphscope.ds
Interface GSVertexArray.Factory<T>
-
- Type Parameters:
T
- vertex data type.
- All Known Implementing Classes:
GSVertexArray_cxx_0x13932289Factory
,GSVertexArray_cxx_0x146265ceFactory
,GSVertexArray_cxx_0x2ceb3d1fFactory
,GSVertexArray_cxx_0x2d166c60Factory
- Enclosing interface:
- GSVertexArray<T>
public static interface GSVertexArray.Factory<T>
Factory GSVertexArray.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GSVertexArray<T>
create()
-
-
-
Method Detail
-
create
GSVertexArray<T> create()
-
-