Méthode | Description | |
---|---|---|
AddGap ( int idx ) : void |
Adds the gap.
|
|
Clone ( ) : IIndexIterator | ||
FetchGaps ( ) : HashSet |
||
FetchNextIndex ( ) : int |
Fetches the index of the next.
|
|
HasMore ( ) : bool |
Determines whether this instance has more.
|
|
IndexIterator ( HashSet |
Initializes a new instance of the IndexIterator class.
|
|
MaxIndex ( ) : int |
Maximums the index.
|
|
MinIndex ( ) : int |
Minimums the index.
|
|
RemoveGap ( int idx ) : void |
Removes the gap.
|
public IndexIterator ( HashSet |
||
gaps | HashSet |
The gaps. |
maxValue | int | The maximum value. |
minValue | int | The minimum value. |
Résultat | System |