Breadcrumbs

getMapEntries() Operation


Syntax


set anArray = map.getMapEntries()


Semantics

Get all objects from map map. The operation returns an Array.

Substitutables

anArray 

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

classEntry.png

map

An object of type Map.

Unknown Attachment

Examples


local entries = hashMap.getMapEntries()




icon_download_example.png

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