Class CharArrayMap<TValue>.EntryIterator
public iterator class so efficient methods are exposed to users
Inheritance
System.Object
CharArrayMap<TValue>.EntryIterator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public class EntryIterator : IEnumerator<KeyValuePair<string, TValue>>, IDisposable, IEnumerator
Properties
Name | Description |
---|---|
Current | |
CurrentValue | returns the value associated with the current key |
HasNext |
Methods
Name | Description |
---|---|
Dispose() | |
MoveNext() | |
NextKey() | gets the next key... do not modify the returned char[] |
NextKeyString() | gets the next key as a newly created System.String object |
Reset() | |
SetValue(TValue) | sets the value associated with the last key returned |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerator.Current |