Collections.Map.clear()

Signature

void clear ( Object map )

Domain

ACTION

Description

Removes all of the mappings from this map.

Parameters

NameTypeDescription
mapObjectThe Map object

Returns

TypeDescription
void

Cautions

none