Method | Description | |
---|---|---|
Current ( ) : List |
The current.
|
|
EndIterator ( |
Initializes a new instance of the EndIterator class.
|
|
HasNext ( ) : bool |
The has next.
|
|
Move ( int position ) : bool |
The move.
|
|
Next ( ) : List |
The next.
|
|
Position ( ) : int |
The position.
|
|
Reset ( ) : void |
The reset.
|
public EndIterator ( |
||
chain | /// The chain. /// | |
length | int | /// Length of a word (window of cutting) /// |
step | int | /// The number of elements through which the pointer will jump at the next iteration /// |
return | System |
public Move ( int position ) : bool | ||
position | int | /// The position. /// |
return | bool |