Java org.apache.lucene.util BitSetIterator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util BitSetIterator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util BitSetIterator.

The text is from its open source code.

Constructor

Method

FixedBitSetgetFixedBitSetOrNull(DocIdSetIterator iterator)
If the provided iterator wraps a FixedBitSet , returns it, otherwise returns null.
SparseFixedBitSetgetSparseFixedBitSetOrNull(DocIdSetIterator iterator)
If the provided iterator wraps a SparseFixedBitSet , returns it, otherwise returns null.
intnextDoc()