Check if the hashtable is empty.
true if there are no elements in the hashtable; false otherwise.
Complexity: O(1).
See Implementation
Check if the hashtable is empty.