Previous Topic

Book Contents

Book Index

Next Topic

Getting Objects from Maps

To get an object from a map:

ApiMap.get(Key)

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

See Also

Maps

Creating Maps

Adding Objects to Maps