isEmpty


Description:

public static bool isEmpty<K,V> (HashMap<K,V> map)

Returns whether the map has no entries.

Parameters:

map

the map to check.

Returns:

true if map is empty.