@@ -69,10 +69,15 @@ * * @param key The key whose object should be removed */ - (void)removeObjectForKey: (id)key; +/*! + * @brief Removes all objects. + */ +- (void)removeAllObjects; + #ifdef OF_HAVE_BLOCKS /*! * @brief Replaces each object with the object returned by the block. * * @param block The block which returns a new object for each object