SetIterator.end Method

Moves the iterator past the last element in the set.

Syntax

public void end()

Run On

Called

Remarks

After executing this method, the more method will return false.

See Also

SetIterator Class

SetIterator.more Method