@@ -134,24 +134,25 @@ */ - (id)objectAtIndex: (size_t)index; /** * Returns the index of the first object that is equivalent to the specified - * object. + * object or SIZE_MAX if it was not found. * * \param obj The object whose index is returned * \return The index of the first object equivalent to the specified object + * or SIZE_MAX if it was not found */ - (size_t)indexOfObject: (id)obj; /** * Returns the index of the first object that has the same address as the - * specified object. + * specified object or SIZE_MAX if it was not found. * * \param obj The object whose index is returned * \return The index of the first object that has the same aaddress as - * the specified object + * the specified object or SIZE_MAX if it was not found */ - (size_t)indexOfObjectIdenticalTo: (id)obj; /** * Returns the first object of the array or nil.