@@ -125,14 +125,16 @@ * \return The last object of the OFArray or nil */ - (id)lastObject; - addObject: (OFObject*)obj; +- addObject: (OFObject*)obj + atIndex: (size_t)index; - removeObject: (id)obj; - removeObjectIdenticalTo: (id)obj; - removeObjectAtIndex: (size_t)index; - removeNObjects: (size_t)nobjects; - removeNObjects: (size_t)nobjects atIndex: (size_t)index; @end #import "OFMutableArray.h"