Class FixedBitSet.FixedBitSetIterator
A DocIdSetIterator which iterates over set bits in a FixedBitSet.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public sealed class FixedBitSetIterator : DocIdSetIteratorConstructors
| Improve this Doc View SourceFixedBitSetIterator(FixedBitSet)
Creates an iterator over the given FixedBitSet.
Declaration
public FixedBitSetIterator(FixedBitSet bits)Parameters
| Type | Name | Description | 
|---|---|---|
| FixedBitSet | bits | 
FixedBitSetIterator(Int64[], Int32, Int32)
Creates an iterator over the given array of bits.
Declaration
public FixedBitSetIterator(long[] bits, int numBits, int wordLength)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int64[] | bits | |
| System.Int32 | numBits | |
| System.Int32 | wordLength | 
Properties
| Improve this Doc View SourceDocID
Declaration
public override int DocID { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Overrides
Methods
| Improve this Doc View SourceAdvance(Int32)
Declaration
public override int Advance(int target)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | target | 
Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Overrides
| Improve this Doc View SourceGetCost()
Declaration
public override long GetCost()Returns
| Type | Description | 
|---|---|
| System.Int64 | 
Overrides
| Improve this Doc View SourceNextDoc()
Declaration
public override int NextDoc()Returns
| Type | Description | 
|---|---|
| System.Int32 |