Map.empty Method [AX 2012]

Determines whether the map contains any (key, value) pairs.

public boolean empty()

Run On

Called

Return Value

Type: boolean
true if the map does not contain any elements; otherwise false.

This is equivalent to (elements() == 0).

Community Additions

ADD
Show: