Skip to main content
Skip table of contents

getMapEntries() Operation

Syntax
NONE
set anArray = map.getMapEntries()
SemanticsGet all objects from map map. The operation returns an Array.
SubstitutablesanArray 

An Array of type Base Components::Basic Behavior::Map::Entry.

map

An object of type Map.

Examples
NONE
local entries = hashMap.getMapEntries()

Example File (Builder project E2E Action Language/Map):

<your example path>\E2E Action Language\map\uml\mapBenchmark.xml
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.