Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | Properties | List of all members
Lucene.Net.Analysis.CharArraySet.CharArraySetEnumerator Class Reference

The IEnumerator<String> for this set. Strings are constructed on the fly, so use nextCharArray for more efficient access More...

Inherits IEnumerator< string >.

Public Member Functions

bool MoveNext ()
 
char[] NextCharArray ()
 do not modify the returned char[]
 
void Dispose ()
 
void Reset ()
 

Properties

string Current [get]
 

Detailed Description

The IEnumerator<String> for this set. Strings are constructed on the fly, so use nextCharArray for more efficient access

Definition at line 455 of file CharArraySet.cs.

Member Function Documentation

void Lucene.Net.Analysis.CharArraySet.CharArraySetEnumerator.Dispose ( )

Definition at line 486 of file CharArraySet.cs.

bool Lucene.Net.Analysis.CharArraySet.CharArraySetEnumerator.MoveNext ( )

Definition at line 466 of file CharArraySet.cs.

char [] Lucene.Net.Analysis.CharArraySet.CharArraySetEnumerator.NextCharArray ( )

do not modify the returned char[]

Definition at line 476 of file CharArraySet.cs.

void Lucene.Net.Analysis.CharArraySet.CharArraySetEnumerator.Reset ( )

Definition at line 495 of file CharArraySet.cs.

Property Documentation

string Lucene.Net.Analysis.CharArraySet.CharArraySetEnumerator.Current
get

Definition at line 482 of file CharArraySet.cs.


The documentation for this class was generated from the following file: