Monkey Documentation

Module monkey.map

The map module provides support for associative maps. More...


Classes:

Detailed Discussion

The map module provides support for associative maps.

In addition to the generic Map class, the map module also provides utility classes for handling maps of ints, floats and strings.

Please refer to the Map class for more information on how monkey implements maps.