Get the number of distinct keys stored.
Current size.
Protected_createProtected_getDelete an entry by key.
Key to delete.
True if the key was found and removed.
Check if a key exists.
Key to test.
True if present.
Whether there exists an entry with the given value.
Value to test.
true if found; otherwise false.
Hash-based map. Supports object keys and custom hashing; offers O(1) average set/get/has.
Remarks
Time O(1), Space O(1)
Example
Example
Example
Example