Class StringCharacterIterator
StringCharacterIterator implements the
CharacterIterator protocol for a
Inherited Members
Assembly: Lucene.Net.ICU.dll
Syntax
public class StringCharacterIterator : CharacterIterator
Constructors
Name | Description |
---|---|
StringCharacterIterator(String) | |
StringCharacterIterator(String, Int32) | |
StringCharacterIterator(String, Int32, Int32, Int32) |
Properties
Name | Description |
---|---|
BeginIndex | |
Current | |
EndIndex | |
Index |
Methods
Name | Description |
---|---|
Clone() | |
Equals(Object) | |
First() | |
GetHashCode() | |
GetTextAsString() | |
Last() | |
Next() | |
Previous() | |
SetIndex(Int32) | |
SetText(String) |