A group of activity to manage dictionaries.
This activity adds a new element to a given dictionary.
This activity removes all the items contained in a dictionary.
This activity, given a dictionary, returns the value of an element within it given its key. The result is a Boolean value that represents whether the operation was successful or not.
This activity, given a dictionary, removes an element within it given its key. The result is a Boolean value that represents whether the operation was successful or not.