Util.HashMap.deleteMap()

Signature

void deleteMap (String mapID)

Domain

ACTION, BUI

Description

Deletes the HashMap for the given mapID. If the map does not exist, no action is taken.

Parameters

NameTypeDescription
mapIDStringThe String ID of the map to delete.

Returns

TypeDescription
void