@@ -75,18 +75,18 @@ - (void*)itemAtIndex: (size_t)index; /** * \return The last item of the OFDataArray */ -- (void*)last; +- (void*)lastItem; /** * Adds an item to the OFDataArray. * * \param item A pointer to an arbitrary item */ -- add: (void*)item; +- addItem: (void*)item; /** * Adds items from a C array to the OFDataArray. * * \param nitems The number of items to add