TLO:mapiterator

From the wonderful RedGuides Wiki

Holds the mapiterator datatype

This TLO is added by MQ2Collections

Forms

Access to Types

Type Description
mapiterator A mapiterator implements a forward iterator over the map type. A forward iterator is an iterator that can only be incremented. Invoking Advance on the iterator will position the iterator on the next element with a value lexicographically greater than the current element. If there is no next element, the iterator will be positioned on the end of the map and IsEnd will be true.

See also