@@ -91,27 +91,20 @@ * \param count The number of objects in the arrays * \return A new autoreleased OFDictionary */ + (instancetype)dictionaryWithObjects: (id const*)objects forKeys: (id const*)keys - count: (size_t)count; + count: (size_t)count; /** * \brief Creates a new OFDictionary with the specified keys objects. * * \param firstKey The first key * \return A new autoreleased OFDictionary */ + (instancetype)dictionaryWithKeysAndObjects: (id)firstKey, ... OF_SENTINEL; -/** - * \brief Initializes an already allocated OFDictionary. - * - * \return An initialized OFDictionary - */ -- init; - /** * \brief Initializes an already allocated OFDictionary with the specified * OFDictionary. * * \param dictionary An OFDictionary