Package com.alibaba.graphscope.ds
Interface Bitset.Factory
-
- All Known Implementing Classes:
Bitset_cxx_0x2967d1e0Factory
- Enclosing interface:
- Bitset
public static interface Bitset.FactoryFactory for BitSet.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bitsetcreate()Create a new instance for BitSet.Remember to callBitset.init(long)to init the obj.
-
-
-
Method Detail
-
create
Bitset create()
Create a new instance for BitSet.Remember to callBitset.init(long)to init the obj. The actual storage is in C++ memory.- Returns:
- a new instance.
-
-