@@ -310,71 +310,6 @@ [array release]; [super dealloc]; } - -- addObject: (OFObject*)obj -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} - -- addObject: (OFObject*)obj - atIndex: (size_t)index -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} - -- replaceObject: (OFObject*)old - withObject: (OFObject*)new -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} - -- replaceObjectAtIndex: (size_t)index - withObject: (OFObject*)obj -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} - -- replaceObjectIdenticalTo: (OFObject*)old - withObject: (OFObject*)new -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} - -- removeObject: (OFObject*)obj -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} - -- removeObjectIdenticalTo: (OFObject*)obj -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} - -- removeObjectAtIndex: (size_t)index -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} - -- removeNObjects: (size_t)nobjects -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} - -- removeNObjects: (size_t)nobjects - atIndex: (size_t)index -{ - @throw [OFNotImplementedException newWithClass: isa - selector: _cmd]; -} @end