@@ -91,15 +91,10 @@ /** * @brief An array of all objects. */ @property (readonly, nonatomic) OFArray OF_GENERIC(ObjectType) *allObjects; -/** - * @brief A URL-encoded string with the contents of the dictionary. - */ -@property (readonly, nonatomic) OFString *stringByURLEncoding; - /** * @brief Creates a new OFDictionary. * * @return A new autoreleased OFDictionary */ @@ -245,15 +240,15 @@ - (nullable id)valueForKey: (OFString *)key; /** * @brief Sets a value for a key. * - * This is equivalent to OFMutableDictionary#setObject:forKey:. If the - * dictionary is immutable, an @ref OFUndefinedKeyException is thrown. + * This is equivalent to OFMutableDictionary#setObject:forKey:. * * @param key The key to set * @param value The value to set the key to + * @throw OFUndefinedKeyException The dictionary is immutable */ - (void)setValue: (nullable id)value forKey: (OFString *)key; /** * @brief Checks whether the dictionary contains an object equal to the