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