@@ -154,10 +154,15 @@ * * @param key The key whose object should be removed */ - (void)removeValueForKey: (void*)key; +/*! + * @brief Removes all values. + */ +- (void)removeAllValues; + /*! * @brief Checks whether the map table contains a value equal to the specified * value. * * @param value The value which is checked for being in the map table