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 (see below).

map

An object of type Map.

Examples
local entries = hashMap.getMapEntries()
  • No labels