Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class CharArrayMap<TValue>.EntryIterator

    public iterator class so efficient methods are exposed to users

    Inheritance
    System.Object
    CharArrayMap<TValue>.EntryIterator
    Implements
    System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String, TValue>>
    System.Collections.IEnumerator
    System.IDisposable
    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.Analysis.Util
    Assembly: Lucene.Net.Analysis.Common.dll
    Syntax
    public class EntryIterator : IEnumerator<KeyValuePair<string, TValue>>, IEnumerator, IDisposable

    Properties

    | Improve this Doc View Source

    Current

    Declaration
    public virtual KeyValuePair<string, TValue> Current { get; }
    Property Value
    Type Description
    System.Collections.Generic.KeyValuePair<System.String, TValue>
    | Improve this Doc View Source

    CurrentValue

    returns the value associated with the current key

    Declaration
    public virtual TValue CurrentValue { get; }
    Property Value
    Type Description
    TValue
    | Improve this Doc View Source

    HasNext

    Declaration
    public virtual bool HasNext { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    | Improve this Doc View Source

    MoveNext()

    Declaration
    public virtual bool MoveNext()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    NextKey()

    gets the next key... do not modify the returned char[]

    Declaration
    public virtual char[] NextKey()
    Returns
    Type Description
    System.Char[]
    | Improve this Doc View Source

    NextKeyString()

    gets the next key as a newly created System.String object

    Declaration
    public virtual string NextKeyString()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Reset()

    Declaration
    public virtual void Reset()
    | Improve this Doc View Source

    SetValue(TValue)

    sets the value associated with the last key returned

    Declaration
    public virtual TValue SetValue(TValue value)
    Parameters
    Type Name Description
    TValue value
    Returns
    Type Description
    TValue

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerator.Current

    Declaration
    object IEnumerator.Current { get; }
    Returns
    Type Description
    System.Object

    Implements

    System.Collections.Generic.IEnumerator<T>
    System.Collections.IEnumerator
    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.