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

map

An object of type Map.

type_map.png

Examples

local entries = hashMap.getMapEntries()
📗