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 voidFixedBitSet. and(FixedBitSet other)this = this AND othervoidFixedBitSet. andNot(FixedBitSet other)this = this AND NOT othervoidFixedBitSet. 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.
-