Méthode | Description | |
---|---|---|
CircularSequence ( |
||
advance ( ) : void |
Increments this circular number's value to the next member in the circular sequence 1 is included in the circular sequence only if #outputUnigrams = true.
|
|
atMinValue ( ) : bool |
Returns true if the current value is the first member of the circular sequence. If #outputUnigrams = true, the first member of the circular sequence will be 1; otherwise, it will be #minShingleSize.
|
|
reset ( ) : void |
Sets this circular number's value to the first member of the circular sequence
1 is included in the circular sequence only if #outputUnigrams = true.
|
public CircularSequence ( |
||
outerInstance | ||
Résultat | System |