@@ -79,10 +79,15 @@ * * @param set The set to create the union with */ - (void)unionSet: (OFSet OF_GENERIC(ObjectType) *)set; +/*! + * @brief Removes all objects from the set. + */ +- (void)removeAllObjects; + /*! * @brief Converts the mutable set to an immutable set. */ - (void)makeImmutable; #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)