Collections.Map.isEmpty()

Signature

boolean isEmpty ( Object map )

Domain

ACTION

Description

Returns true, if this map contains no key-value mappings

Parameters

NameTypeDescription
mapObjectThe Map object

Returns

TypeDescription
booleantrue, If this map contains no key-value mappings

Cautions

none