next
Description:
public bool next (
uint output)
Advances this and retrieves the integer it now points to.
Iteration is not necessarily in numerical order.
Parameters:
this |
an iterator
|
output |
a location to store a new integer, in arbitrary order
|
Returns:
false if the end of the set has been reached
|