org.apache.lucene.util
Interface MutableBits

All Superinterfaces:
Bits

public interface MutableBits
extends Bits

Extension of Bits for live documents.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.lucene.util.Bits
Bits.MatchAllBits, Bits.MatchNoBits
 
Field Summary
 
Fields inherited from interface org.apache.lucene.util.Bits
EMPTY_ARRAY
 
Method Summary
 void clear(int bit)
           
 
Methods inherited from interface org.apache.lucene.util.Bits
get, length
 

Method Detail

clear

void clear(int bit)


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