Util.HashMap.getMapKeys()

Signature

String[] getMapKeys(String mapID)

Domain

ACTION, CONDITION, BUI

Description

Returns the String[] of the keys in the specified map. If the map or the key is non-existent, returns null.

Parameters

NameTypeDescription
mapIDStringThe String ID of the map in which the lookup is to be performed.

Returns

TypeDescription
String[]of the keys in the map of id mapID

Cautions

none