SetEnumerator.moveNext Method

Determines whether the enumerator denotes a valid set element.

Syntax

public boolean moveNext()

Run On

Called

Return Value

Type: boolean
true if the current position in the set holds a valid element; otherwise, false.

Remarks

Set enumerators start before the first element in the set. You must call the moveNext method to make it point to the first element in the set.

See Also

SetEnumerator Class

SetEnumerator.reset Method