| Package | Description | 
|---|---|
| org.apache.lucene.util | 
 Some utility classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FixedBitSet
BitSet of fixed length (numBits), backed by accessible ( 
FixedBitSet.getBits())
 long[], accessed with an int index, implementing Bits and
 DocIdSet. | 
class  | 
SparseFixedBitSet
A bit set that only stores longs that have at least one bit which is set. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BitSet | 
BitDocIdSet.bits()  | 
| Constructor and Description | 
|---|
BitDocIdSet(BitSet set)
Same as  
BitDocIdSet.BitDocIdSet(BitSet, long) but uses the set's
 approximate cardinality as a cost. | 
BitDocIdSet(BitSet set,
           long cost)
 | 
BitSetIterator(BitSet bits,
              long cost)
Sole constructor. 
 | 
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.