Collections.Map.size()

Signature

int size ( Object map )

Domain

ACTION

Description

the number of key-value mappings in this map.

Parameters

NameTypeDescription
mapObjectThe map object

Returns

TypeDescription
intThe number of key-value mappings in this map

Cautions

none