Class BytesRefIterator
LUCENENET specific class to make the syntax of creating an empty IBytesRefIterator the same as it was in Lucene. Example:
var iter = BytesRefIterator.Empty;
Inheritance
System.Object
    BytesRefIterator
  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 class BytesRefIterator
  Fields
| Improve this Doc View SourceEMPTY
Singleton BytesRefIterator that iterates over 0 BytesRefs.
Declaration
public static readonly IBytesRefIterator EMPTY
  Field Value
| Type | Description | 
|---|---|
| IBytesRefIterator |