@@ -127,10 +127,15 @@ * \param index2 The index of the second object to swap */ - (void)swapObjectAtIndex: (size_t)index1 withObjectAtIndex: (size_t)index2; +/** + * \brief Sorts the array. + */ +- (void)sort; + /** * \brief Reverts the order of the objects in the array. */ - (void)reverse;