Constructor FixedBitSetIterator
FixedBitSetIterator(FixedBitSet)
Creates an iterator over the given FixedBitSet.
Declaration
public FixedBitSetIterator(FixedBitSet bits)
Parameters
Type | Name | Description |
---|---|---|
FixedBitSet | bits |
FixedBitSetIterator(Int64[], Int32, Int32)
Creates an iterator over the given array of bits.
Declaration
public FixedBitSetIterator(long[] bits, int numBits, int wordLength)
Parameters
Type | Name | Description |
---|---|---|
System.Int64[] | bits | |
System.Int32 | numBits | |
System.Int32 | wordLength |