@@ -260,10 +260,17 @@ * array */ - (void)makeObjectsPerformSelector: (SEL)selector withObject: (id)object; +/** + * \brief Returns a copy of the array with the order reversed. + * + * \return A copy of the array with the order reversed + */ +- (OFArray*)reversedArray; + #ifdef OF_HAVE_BLOCKS /** * \brief Executes a block for each object. * * \param block The block to execute for each object