next


Description:

public bool next (out K key, out V value)

Advances this and retrieves the key and/or value that are now pointed to as a result of this advancement.

If false is returned, key and value are not set, and the iterator becomes invalid.

Parameters:

this

an initialized GenericSetIter

key

a location to store the key, or null

value

a location to store the value, or null

Returns:

false if the end of the GenericSet has been reached.