This documentation is archived and is not being maintained.
Map.empty Method [AX 2012]
Determines whether the map contains any (key, value) pairs.
Run On
Called
Return Value
Type:
boolean
true if the map does not contain any elements; otherwise false.
This is equivalent to (elements() == 0).