org.apache.lucene.util
Class Bits.MatchNoBits
java.lang.Object
org.apache.lucene.util.Bits.MatchNoBits
- All Implemented Interfaces:
- Bits
- Enclosing interface:
- Bits
public static class Bits.MatchNoBits
- extends Object
- implements Bits
Bits impl of the specified length with no bits set.
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 |
Bits.MatchNoBits
public Bits.MatchNoBits(int len)
get
public boolean get(int index)
- Specified by:
get
in interface Bits
length
public int length()
- Specified by:
length
in interface Bits