Class AssertingLeafReader.AssertingBits

java.lang.Object
org.apache.lucene.tests.index.AssertingLeafReader.AssertingBits
All Implemented Interfaces:
Bits
Enclosing class:
AssertingLeafReader

public static class AssertingLeafReader.AssertingBits extends Object implements Bits
Wraps a Bits but with additional asserts
  • Constructor Details

    • AssertingBits

      public AssertingBits(Bits in)
  • Method Details

    • get

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

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