Gets the number of key entries.
Gets the total number of value entries.
Checks if the map has a certain key.
Key to check
true if the map contains the key.
Removes a key and all values related to it.
Searches for a key that contains the value and remove it.
Value to remove
UFMapOfSet can be used to store groups of unique values. It uses a
Mapthat maps a value to aSet. The class takes care of managing the sets.