C# Class Lucene.Net.Support.StringCharSequenceWrapper

Inheritance: ICharSequence
Exibir arquivo Open project: apache/lucenenet Class Usage Examples

Public Properties

Property Type Description
Empty StringCharSequenceWrapper

Public Methods

Method Description
CharAt ( int index ) : char
Equals ( object obj ) : bool
GetHashCode ( ) : int
StringCharSequenceWrapper ( string wrappedValue )
SubSequence ( int start, int end ) : ICharSequence
ToString ( ) : string
this ( int index ) : char

Method Details

CharAt() public method

public CharAt ( int index ) : char
index int
return char

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

StringCharSequenceWrapper() public method

public StringCharSequenceWrapper ( string wrappedValue )
wrappedValue string

SubSequence() public method

public SubSequence ( int start, int end ) : ICharSequence
start int
end int
return ICharSequence

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int index ) : char
index int
return char

Property Details

Empty public_oe static_oe property

public static StringCharSequenceWrapper,Lucene.Net.Support Empty
return StringCharSequenceWrapper