@@ -72,11 +72,16 @@ * \return The specified item of the OFDataArray */ - (void*)itemAtIndex: (size_t)index; /** - * \return The last item of the OFDataArray + * \return The first item of the OFDataArray or NULL + */ +- (void*)firstItem; + +/** + * \return The last item of the OFDataArray or NULL */ - (void*)lastItem; /** * Adds an item to the OFDataArray.