Util.HashMap.size()

Signature

int size (String mapID)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Returns the number of mappings in the map specified by mapID. If the map does not exist, returns -1.

Parameters

NameTypeDescription
mapIDStringThe String ID of the map.

Returns

TypeDescription
intthe size of the map.