MapIterator.end Method

Moves the iterator past the last element in the map.

Syntax

public void end()

Run On

Called

Remarks

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

See Also

MapIterator Class

MapIterator.begin Method