Method Xor
Xor(FixedBitSet)
this = this XOR other
Declaration
public void Xor(FixedBitSet other)
Parameters
Type | Name | Description |
---|---|---|
FixedBitSet | other |
Xor(DocIdSetIterator)
Does in-place XOR of the bits provided by the iterator.
Declaration
public void Xor(DocIdSetIterator iter)
Parameters
Type | Name | Description |
---|---|---|
DocIdSetIterator | iter |