@@ -87,10 +87,18 @@ /*! * @brief Removes all objects. */ - (void)removeAllObjects; +/*! + * @brief Adds the entries from the specified dictionary. + * + * @param dictionary The dictionary whose entries should be added + */ +- (void)addEntriesFromDictionary: + (OFDictionary OF_GENERIC(KeyType, ObjectType) *)dictionary; + #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