Previous Topic

Book Contents

Book Index

Next Topic

Adding Objects to Maps

To add an object to map:

ApiMap.put(Key, Object)

Adds an object to the map by a key. The object can be any data type (string, integer, business object….).

See Also

Maps

Creating Maps

Getting Objects from Maps