Uses of Class
org.apache.lucene.util.FixedBitSet
-
Packages that use FixedBitSet Package Description org.apache.lucene.util Some utility classes. -
-
Uses of FixedBitSet in org.apache.lucene.util
Methods in org.apache.lucene.util with parameters of type FixedBitSet Modifier and Type Method Description void
FixedBitSet. and(FixedBitSet other)
this = this AND othervoid
FixedBitSet. andNot(FixedBitSet other)
this = this AND NOT othervoid
FixedBitSet. or(FixedBitSet other)
this = this OR otherConstructors in org.apache.lucene.util with parameters of type FixedBitSet Constructor Description FixedBitSet(FixedBitSet other)
Makes full copy.
-