Uses of Class
org.apache.lucene.util.FixedBitSet

Packages that use FixedBitSet
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
 void FixedBitSet.and(FixedBitSet other)
          this = this AND other
 void FixedBitSet.andNot(FixedBitSet other)
          this = this AND NOT other
 void FixedBitSet.or(FixedBitSet other)
          this = this OR other
 

Constructors in org.apache.lucene.util with parameters of type FixedBitSet
FixedBitSet(FixedBitSet other)
          Makes full copy.
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.