Util.HashMap.createMap()

Signature

void createMap (String mapID)

Domain

ACTION, BUI

Description

Creates a new HashMap for the given mapID. If the map already exists, no action is taken.

Parameters

NameTypeDescription
mapIDStringThe String ID of the map to create.

Returns

TypeDescription
void