org.apache.lucene.index
Class AssertingAtomicReader.AssertingBits

java.lang.Object
  extended by org.apache.lucene.index.AssertingAtomicReader.AssertingBits
All Implemented Interfaces:
Bits
Enclosing class:
AssertingAtomicReader

public static class AssertingAtomicReader.AssertingBits
extends Object
implements Bits

Wraps a Bits but with additional asserts


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
 
Constructor Summary
AssertingAtomicReader.AssertingBits(Bits in)
           
 
Method Summary
 boolean get(int index)
           
 int length()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertingAtomicReader.AssertingBits

public AssertingAtomicReader.AssertingBits(Bits in)
Method Detail

get

public boolean get(int index)
Specified by:
get in interface Bits

length

public int length()
Specified by:
length in interface Bits


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