@@ -125,12 +125,14 @@ * \return The last object of the OFArray or nil */ - (id)lastObject; - addObject: (OFObject*)obj; +- 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"