Generic Table Wrapper
Retrieves the value saved under the given key
Retrieves the value saved under the given key and removes it
Whether a value exists under the given key or not
Saves the given value under the given key
Removes the value saved under the given key
Iterable generic Table Wrapper
Copies all elements from another map into this one Use with caution, since it will replace elements that were under the same key!
Returns a shallow copy of this map
Remove all data from this map
Executes the closure for each key-value pair
Retrieves the value saved under the given key and removes it
Returns whether this map uses the given key
Returns an iterator that iterates over the map's keys
Saves the given value under the given key
Removes the key-value pair saved under the given key
Removes either a single occurence or all occurences from of the value from the map
Returns the length of this IterableMap