C# Class Lucene.Net.Support.CharacterIterator

Inheritance: ICloneable
显示文件 Open project: apache/lucenenet Class Usage Examples

Public Properties

Property Type Description
DONE char

Public Methods

Method Description
Clone ( ) : object
First ( ) : char
Last ( ) : char
Next ( ) : char
Previous ( ) : char
SetIndex ( int position ) : char

Method Details

Clone() public abstract method

public abstract Clone ( ) : object
return object

First() public abstract method

public abstract First ( ) : char
return char

Last() public abstract method

public abstract Last ( ) : char
return char

Next() public abstract method

public abstract Next ( ) : char
return char

Previous() public abstract method

public abstract Previous ( ) : char
return char

SetIndex() public abstract method

public abstract SetIndex ( int position ) : char
position int
return char

Property Details

DONE public_oe static_oe property

public static char DONE
return char