Class CharArrayIterator
A CharacterIterator used internally for use with BreakIterator @lucene.internal
Inherited Members
Assembly: Lucene.Net.ICU.dll
Syntax
public abstract class CharArrayIterator : CharacterIterator
Properties
Name | Description |
---|---|
BeginIndex | |
Current | |
EndIndex | |
Index | |
Length | |
Start | |
Text |
Methods
Name | Description |
---|---|
Clone() | |
First() | |
GetTextAsString() | |
JreBugWorkaround(Char) | |
Last() | |
NewSentenceInstance() | Create a new CharArrayIterator that works around JRE bugs
in a manner suitable for |
NewWordInstance() | Create a new CharArrayIterator that works around JRE bugs
in a manner suitable for |
Next() | |
Previous() | |
SetIndex(Int32) | |
SetText(Char[], Int32, Int32) | Set a new region of text to be examined by this iterator |