Skip to main content
Skip table of contents

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.

Examples

NONE
local entries = hashMap.getMapEntries()

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.