This iterator is an stl compatible forward iterator on the values of the map. The values can be accessed in the [beginValue, endValue)
range. They are considered with multiplicity, so each value is traversed for each item it is assigned to.
#include <lemon/maps.h>