Метод | Описание | |
---|---|---|
GetCells ( ) : int |
Return the number of cells in use.
|
|
GetCellsPnt ( ) : int |
Return the number of references (how many transitions) to other rows.
|
|
GetCellsVal ( ) : int |
Return the number of patch commands saved in this Row.
|
|
GetCmd ( char way ) : int |
Return the command in the Cell associated with the given char.
|
|
GetCnt ( char way ) : int |
Return the number of patch commands were in the Cell associated with the given char before the Trie containing this Row was reduced.
|
|
GetRef ( char way ) : int |
Return the reference to the next Row in the Cell associated with the given char.
|
|
Print ( |
Write the contents of this Row to the TextWriter.
|
|
Row ( ) : Lucene.Net.Support |
The default constructor for the Row object.
|
|
Row ( IDataInput @is ) : Lucene.Net.Support |
Construct a Row object from input carried in via the given input stream.
|
|
Row ( |
Construct a Row using the cells of the given Row.
|
|
SetCmd ( char way, int cmd ) : void |
Set the command in the Cell of the given char to the given int.
|
|
SetRef ( char way, int @ref ) : void |
Set the reference to the next row in the Cell of the given char to the given int.
|
|
Store ( IDataOutput os ) : void |
Write the contents of this Row to the given output stream.
|
|
UniformCmd ( bool eqSkip ) : int |
Return the number of identical Cells (containing patch commands) in this Row.
|
Метод | Описание | |
---|---|---|
At ( char index ) : |
public GetCmd ( char way ) : int | ||
way | char | the |
Результат | int |
public GetCnt ( char way ) : int | ||
way | char | the |
Результат | int |
public GetRef ( char way ) : int | ||
way | char | the |
Результат | int |
public Print ( |
||
@out | ||
Результат | void |
public Row ( IDataInput @is ) : Lucene.Net.Support | ||
@is | IDataInput | the input stream |
Результат | Lucene.Net.Support |
public Row ( |
||
old | the |
|
Результат | Lucene.Net.Support |
public SetCmd ( char way, int cmd ) : void | ||
way | char | the |
cmd | int | the new command |
Результат | void |
public SetRef ( char way, int @ref ) : void | ||
way | char | the |
@ref | int | |
Результат | void |
public Store ( IDataOutput os ) : void | ||
os | IDataOutput | the output stream |
Результат | void |
public UniformCmd ( bool eqSkip ) : int | ||
eqSkip | bool | when set to |
Результат | int |