You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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