Share via


MapIterator.delete Method

Removes the element that is pointed to by the iterator from the map.

Syntax

public void delete()

Run On

Called

Remarks

The iterator will point to the next element after invoking the delete method.

See Also

Reference

MapIterator Class