Interface Bitset.Factory

    • Method Detail

      • create

        Bitset create()
        Create a new instance for BitSet.Remember to call Bitset.init(long) to init the obj. The actual storage is in C++ memory.
        Returns:
        a new instance.