Package com.alibaba.graphscope.stdcxx
Class FFIIntVectorFactory
- java.lang.Object
-
- com.alibaba.graphscope.stdcxx.FFIIntVectorFactory
-
- All Implemented Interfaces:
StdVector.Factory<Integer>
public class FFIIntVectorFactory extends Object implements StdVector.Factory<Integer>
-
-
Field Summary
Fields Modifier and Type Field Description static StdVector.Factory<Integer>
INSTANCE
-
Constructor Summary
Constructors Constructor Description FFIIntVectorFactory()
-
-
-
Field Detail
-
INSTANCE
public static final StdVector.Factory<Integer> INSTANCE
-
-
Method Detail
-
create
public StdVector<Integer> create()
- Specified by:
create
in interfaceStdVector.Factory<Integer>
-
-