C# Class Egothor.Stemmer.Cell

A Cell is a portion of a Trie.
Exibir arquivo Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Return a string containing this Cell's attributes.

Private Methods

Method Description
Cell ( )

Constructor for the Cell object.

Cell ( Cell a )

Construct a Cell using the properties of the given Cell.

Method Details

ToString() public method

Return a string containing this Cell's attributes.
public ToString ( ) : string
return string