Skip to content

Module monkey.map

Leonard Thieu edited this page Aug 23, 2019 · 2 revisions

The map module provides support for associative maps.

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.

Clone this wiki locally