@@ -171,10 +171,24 @@ * \return A boolean whether the dictionary contains an object with the * specified address. */ - (BOOL)containsObjectIdenticalTo: (id)object; +/** + * \brief Returns an array of all keys. + * + * \return An array of all keys + */ +- (OFArray*)allKeys; + +/** + * \brief Returns an array of all objects. + * + * \return An array of all objects + */ +- (OFArray*)allObjects; + /** * \brief Returns an OFEnumerator to enumerate through the dictionary's keys. * * \return An OFEnumerator to enumerate through the dictionary's keys */