Syntax
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
local entries = hashMap.getMapEntries()

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

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