Package com.alibaba.graphscope.ds
Class Bitset_cxx_0x2967d1e0Factory
- java.lang.Object
-
- com.alibaba.graphscope.ds.Bitset_cxx_0x2967d1e0Factory
-
- All Implemented Interfaces:
Bitset.Factory
public class Bitset_cxx_0x2967d1e0Factory extends Object implements Bitset.Factory
-
-
Field Summary
Fields Modifier and Type Field Description static Bitset.Factory
INSTANCE
-
Constructor Summary
Constructors Constructor Description Bitset_cxx_0x2967d1e0Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bitset
create()
Create a new instance for BitSet.Remember to callBitset.init(long)
to init the obj.
-
-
-
Field Detail
-
INSTANCE
public static final Bitset.Factory INSTANCE
-
-
Method Detail
-
create
public Bitset create()
Description copied from interface:Bitset.Factory
Create a new instance for BitSet.Remember to callBitset.init(long)
to init the obj. The actual storage is in C++ memory.- Specified by:
create
in interfaceBitset.Factory
- Returns:
- a new instance.
-
-